#include <natgrps_options_dialog.hpp>
|
enum | Button { OK_BUTTON = 1,
APPLY_BUTTON = 2,
CANCEL_BUTTON = 4
} |
|
Dialog for zq natural groups parameters customization.
hds::NatgrpsOptionsDialog::NatgrpsOptionsDialog |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Default constructor of Qt dialog.
virtual hds::NatgrpsOptionsDialog::~NatgrpsOptionsDialog |
( |
| ) |
|
|
virtual |
void hds::NatgrpsOptionsDialog::appendNg |
( |
ZqbNatGroup & |
ng, |
|
|
const QString & |
caption |
|
) |
| |
Append new natural group for customization.
- Parameters
-
ng | Natural group. Not copied, just store a pointer. |
caption | Caption of natural group provided. |
virtual void hds::NatgrpsOptionsDialog::buttonClicked |
( |
const Button & |
button_type | ) |
|
|
protectedvirtual |
Called when button with provided button_type clicked.
Reimplemented from hds::Dialog.
void hds::NatgrpsOptionsDialog::clear |
( |
| ) |
|
Clear all appended natural groups.
void hds::NatgrpsOptionsDialog::updateData |
( |
| ) |
|
Update GUI data when controlled natural groups changed.
< Map of natural groups customization widgets with natural groups pointers as a keys.
The documentation for this class was generated from the following file: