The DlgDisplayPropertiesImp class implements a dialog containing all available document templates to create a new document. More...
#include <DlgDisplayPropertiesImp.h>
Public Member Functions | |
DlgDisplayPropertiesImp (QWidget *parent=0, Qt::WFlags fl=0) | |
Constructs a DlgDisplayPropertiesImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
void | OnChange (Gui::SelectionSingleton::SubjectType &rCaller, Gui::SelectionSingleton::MessageType Reason) |
Observer message from the Selection. | |
~DlgDisplayPropertiesImp () | |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
The DlgDisplayPropertiesImp class implements a dialog containing all available document templates to create a new document.
Definition at line 52 of file DlgDisplayPropertiesImp.h.
DlgDisplayPropertiesImp::DlgDisplayPropertiesImp | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | fl = 0 | |||
) |
Constructs a DlgDisplayPropertiesImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
The dialog will by default be modeless, unless you set 'modal' to TRUE to construct a modal dialog.
Definition at line 67 of file DlgDisplayPropertiesImp.cpp.
References Gui::DockWindowManager::addDockWindow(), Base::Subject< _MessageType >::Attach(), draftlibs::fcgeo::bind(), Gui::Dialog::Ui_DlgDisplayProperties::buttonColor, Gui::Dialog::Ui_DlgDisplayProperties::buttonLineColor, Gui::Dialog::Ui_DlgDisplayProperties::changePlot, Gui::Application::Instance, Gui::DockWindowManager::instance(), Gui::Selection(), Gui::ColorButton::setModal(), Gui::Dialog::Ui_DlgDisplayProperties::setupUi(), Gui::Application::signalChangedObject, and Gui::Dialog::Ui_DlgDisplayProperties::textLabel1_3.
DlgDisplayPropertiesImp::~DlgDisplayPropertiesImp | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 106 of file DlgDisplayPropertiesImp.cpp.
References Base::Subject< _MessageType >::Detach(), and Gui::Selection().
void DlgDisplayPropertiesImp::changeEvent | ( | QEvent * | e | ) | [protected] |
Definition at line 113 of file DlgDisplayPropertiesImp.cpp.
References Gui::Dialog::Ui_DlgDisplayProperties::retranslateUi().
void Gui::Dialog::DlgDisplayPropertiesImp::OnChange | ( | Gui::SelectionSingleton::SubjectType & | rCaller, | |
Gui::SelectionSingleton::MessageType | Reason | |||
) |
Observer message from the Selection.