#include <Placement.h>
Public Member Functions | |
void | accept () |
DockablePlacement (QWidget *parent=0, Qt::WFlags fl=0) | |
void | reject () |
~DockablePlacement () |
Definition at line 82 of file Gui/Placement.h.
DockablePlacement::DockablePlacement | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Definition at line 364 of file Gui/Placement.cpp.
References Gui::DockWindowManager::addDockWindow(), and Gui::DockWindowManager::instance().
DockablePlacement::~DockablePlacement | ( | ) |
Definition at line 373 of file Gui/Placement.cpp.
void DockablePlacement::accept | ( | void | ) |
Reimplemented from Gui::Dialog::Placement.
Definition at line 377 of file Gui/Placement.cpp.
References Gui::DockWindowManager::instance(), and Gui::DockWindowManager::removeDockWindow().
void DockablePlacement::reject | ( | void | ) |
Reimplemented from Gui::Dialog::Placement.
Definition at line 385 of file Gui/Placement.cpp.
References Gui::DockWindowManager::instance(), and Gui::DockWindowManager::removeDockWindow().