#include "dialog.h"
Public Slots | |
void | buttonCancel_clicked (void) |
void | buttonOk_clicked (void) |
void | item_double_clicked (const QModelIndex &) |
void | reject (void) |
Signals | |
void | finish_selection (const QIntList &, int) |
Public Member Functions | |
ListDialog (base_qobject &oct_qobj, 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) | |
~ListDialog (void)=default | |
Private Attributes | |
QAbstractItemModel * | m_model |
QItemSelectionModel * | selector |
octave::ListDialog::ListDialog | ( | base_qobject & | oct_qobj, |
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 | ||
) |
Definition at line 391 of file dialog.cc.
References buttonCancel_clicked(), buttonOk_clicked(), item_double_clicked(), m_model, and selector.
|
default |
|
slot |
Definition at line 505 of file dialog.cc.
References finish_selection().
Referenced by ListDialog(), and reject().
|
slot |
Definition at line 489 of file dialog.cc.
References finish_selection(), and selector.
Referenced by ListDialog(), and item_double_clicked().
Referenced by buttonCancel_clicked(), buttonOk_clicked(), and octave::QUIWidgetCreator::handle_create_listview().
|
slot |
Definition at line 522 of file dialog.cc.
References buttonOk_clicked().
Referenced by ListDialog().
|
slot |
Definition at line 517 of file dialog.cc.
References buttonCancel_clicked().
|
private |
Definition at line 228 of file dialog.h.
Referenced by ListDialog().
|
private |
Definition at line 200 of file dialog.h.
Referenced by ListDialog(), and buttonOk_clicked().