GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "dialog.h"
Public Slots | |
void | buttonCancel_clicked (void) |
void | buttonOk_clicked (void) |
void | reject (void) |
Signals | |
void | finish_selection (const QIntList &, int) |
Public Member Functions | |
ListDialog (const QStringList &list, const QString &mode, int width, int height, const QList< int > &initial, const QString &name, const QStringList &prompt, const QString &ok_string, const QString &cancel_string) |
Private Attributes | |
QItemSelectionModel * | selector |
|
explicit |
Definition at line 183 of file dialog.cc.
References buttonCancel_clicked(), buttonOk_clicked(), finish_selection(), and selector.
Definition at line 306 of file dialog.cc.
References finish_selection().
Referenced by ListDialog(), and reject().
Definition at line 289 of file dialog.cc.
References finish_selection(), and selector.
Referenced by ListDialog().
Referenced by buttonCancel_clicked(), buttonOk_clicked(), and ListDialog().
Definition at line 319 of file dialog.cc.
References buttonCancel_clicked().
|
private |
Definition at line 200 of file dialog.h.
Referenced by buttonOk_clicked(), and ListDialog().