QGIS API Documentation
2.8.2-Wien
|
A generic dialog with layout and button box. More...
#include <qgsdialog.h>
Public Member Functions | |
QgsDialog (QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Close, Qt::Orientation orientation=Qt::Horizontal) | |
~QgsDialog () | |
QDialogButtonBox * | buttonBox () |
Returns the button box. | |
QVBoxLayout * | layout () |
Returns the central layout. Widgets added to it must have this dialog as parent. |
Protected Attributes | |
QDialogButtonBox * | mButtonBox |
QVBoxLayout * | mLayout |
A generic dialog with layout and button box.
Definition at line 30 of file qgsdialog.h.
QgsDialog::QgsDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = QgisGui::ModalDialogFlags , |
||
QDialogButtonBox::StandardButtons | buttons = QDialogButtonBox::Close , |
||
Qt::Orientation | orientation = Qt::Horizontal |
||
) |
Definition at line 20 of file qgsdialog.cpp.
QgsDialog::~QgsDialog | ( | ) |
Definition at line 42 of file qgsdialog.cpp.
|
inline |
Returns the button box.
Definition at line 42 of file qgsdialog.h.
|
inline |
Returns the central layout. Widgets added to it must have this dialog as parent.
Definition at line 40 of file qgsdialog.h.
|
protected |
Definition at line 46 of file qgsdialog.h.
|
protected |
Definition at line 45 of file qgsdialog.h.