The DtLayoutManagerWidget class allows for the managing (adding, setting and deleting) of UI Layout configurations.
| makVrf::DtLayoutManagerWidget::DtLayoutManagerWidget |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtLayoutManagerWidget::~DtLayoutManagerWidget |
( |
| ) |
|
|
virtual |
| void makVrf::DtLayoutManagerWidget::initializeConnections |
( |
| ) |
|
|
protected |
Called from constructor. Inializes connection.
| void makVrf::DtLayoutManagerWidget::initializeLayouts |
( |
| ) |
|
|
protected |
Called from constructor. Initializes layouts.
| virtual void makVrf::DtLayoutManagerWidget::slot_onDefaultChanged |
( |
const DtString & |
newDefault, |
|
|
const DtString & |
oldDefault |
|
) |
| |
|
protectedvirtual |
Called when the default layout has changed.
| virtual void makVrf::DtLayoutManagerWidget::slot_onLayoutSelected |
( |
const DtString & |
, |
|
|
const DtString & |
|
|
) |
| |
|
protectedvirtual |
Called when a layout is selected to be a new layout.
| virtual void makVrf::DtLayoutManagerWidget::slot_onLayoutAdded |
( |
const DtString & |
| ) |
|
|
protectedvirtual |
Called when a layout is added.
| virtual void makVrf::DtLayoutManagerWidget::slot_onLayoutDeleted |
( |
const DtString & |
| ) |
|
|
protectedvirtual |
Called when a layout is deleted.
| virtual bool makVrf::DtLayoutManagerWidget::getInputName |
( |
QString & |
| ) |
|
|
protectedvirtual |
| virtual void makVrf::DtLayoutManagerWidget::slot_onLayoutRenamed |
( |
const DtString & |
oldName, |
|
|
const DtString & |
newName |
|
) |
| |
|
protectedvirtual |
Called when a layout is renamed.
| virtual void makVrf::DtLayoutManagerWidget::onMakeDefault |
( |
| ) |
|
|
protectedvirtualslot |
Make the selected the new default.
| virtual void makVrf::DtLayoutManagerWidget::onSelectLayout |
( |
| ) |
|
|
protectedvirtualslot |
Make the selected the new layout.
| virtual void makVrf::DtLayoutManagerWidget::onSelectionChanged |
( |
| ) |
|
|
protectedvirtualslot |
Called when selection has changed, validate buttons.
| virtual void makVrf::DtLayoutManagerWidget::onRestoreFromFactory |
( |
| ) |
|
|
protectedvirtualslot |
Restored selected from factory settings.
| virtual void makVrf::DtLayoutManagerWidget::onRevert |
( |
| ) |
|
|
protectedvirtualslot |
Reverts to the layout as originally started.
| virtual void makVrf::DtLayoutManagerWidget::onUpdate |
( |
| ) |
|
|
protectedvirtualslot |
Updates layout with current UI layout and options.
| virtual void makVrf::DtLayoutManagerWidget::onNewLayout |
( |
| ) |
|
|
protectedvirtualslot |
Asks for a new layout name, and, when a unique one is given, creates and selects the new layout.
| virtual void makVrf::DtLayoutManagerWidget::onDeleteLayout |
( |
| ) |
|
|
protectedvirtualslot |
Deletes the selected layout.
| virtual void makVrf::DtLayoutManagerWidget::onRenameLayout |
( |
| ) |
|
|
protectedvirtualslot |
Asks the user for a new name to rename layout.
| virtual void makVrf::DtLayoutManagerWidget::onChangeWindowGeometry |
( |
| ) |
|
|
protectedvirtualslot |
Changes the window geometry for the given item.
| boost::signals2::signal<void ()> makVrf::DtLayoutManagerWidget::signal_dialogDestroyed |
| Ui_DtLayoutManagerWidgetUi makVrf::DtLayoutManagerWidget::myUiImpl |
| Items makVrf::DtLayoutManagerWidget::myItems |
|
protected |
The documentation for this class was generated from the following file: