![]() |
VR-Forces 4.0.4 Class Documentation
|
Dialog which allows the user to view and edit the parameters for a system. More...

Signals | |
| void | uiEvent (const DtUiElementEvent &) |
| void | accepted () |
| void | rejected () |
Public Member Functions | |
| DtSystemPropertyEditDialog (QWidget *parent, Qt::WindowFlags f=0) | |
| virtual | ~DtSystemPropertyEditDialog () |
| virtual void | setSystem (DtComponentSystemDescriptor *descriptor, const DtComponentSystemDefinition *definition) |
| virtual void | createParameterFrame () |
| virtual void | processUiEvent (const DtUiElementEvent &) |
| virtual bool | isModified () const |
| virtual void | accept () |
| virtual void | reject () |
| virtual int | exec () |
| virtual void | execModeless (DtUiElement *) |
Static Public Member Functions | |
| static void | registerUiTypes () |
| Registers the UI types that will be used with the parameter editing with the factory. | |
Protected Slots | |
| virtual void | uiEventSignaled (const DtUiElementEvent &) |
Protected Attributes | |
| Ui::DtSystemPropertyEditDialogUi | myUiImpl |
| DtComponentSystemDescriptor * | mySystemDescriptor |
| const DtComponentSystemDefinition * | mySystemDefinition |
| std::list< DtUiElement * > | mySubElements |
| DtUiElement * | myElement |
| bool | myModeless |
Static Protected Attributes | |
| static DtReaderWriterFactory | theUiElementFactory |
Dialog which allows the user to view and edit the parameters for a system.
Which parameters are editable are defined in the meta data of the system.
| DtSystemPropertyEditDialog::DtSystemPropertyEditDialog | ( | QWidget * | parent, |
| Qt::WindowFlags | f = 0 |
||
| ) |
| virtual DtSystemPropertyEditDialog::~DtSystemPropertyEditDialog | ( | ) | [virtual] |
| virtual void DtSystemPropertyEditDialog::setSystem | ( | DtComponentSystemDescriptor * | descriptor, |
| const DtComponentSystemDefinition * | definition | ||
| ) | [virtual] |
| virtual void DtSystemPropertyEditDialog::createParameterFrame | ( | ) | [virtual] |
| virtual void DtSystemPropertyEditDialog::processUiEvent | ( | const DtUiElementEvent & | ) | [virtual] |
| virtual bool DtSystemPropertyEditDialog::isModified | ( | ) | const [virtual] |
| static void DtSystemPropertyEditDialog::registerUiTypes | ( | ) | [static] |
Registers the UI types that will be used with the parameter editing with the factory.
| virtual void DtSystemPropertyEditDialog::accept | ( | ) | [virtual] |
| virtual void DtSystemPropertyEditDialog::reject | ( | ) | [virtual] |
| virtual int DtSystemPropertyEditDialog::exec | ( | ) | [virtual] |
| virtual void DtSystemPropertyEditDialog::execModeless | ( | DtUiElement * | ) | [virtual] |
| virtual void DtSystemPropertyEditDialog::uiEventSignaled | ( | const DtUiElementEvent & | ) | [protected, virtual, slot] |
| void DtSystemPropertyEditDialog::uiEvent | ( | const DtUiElementEvent & | ) | [signal] |
| void DtSystemPropertyEditDialog::accepted | ( | ) | [signal] |
| void DtSystemPropertyEditDialog::rejected | ( | ) | [signal] |
Ui::DtSystemPropertyEditDialogUi DtSystemPropertyEditDialog::myUiImpl [protected] |
const DtComponentSystemDefinition* DtSystemPropertyEditDialog::mySystemDefinition [protected] |
std::list<DtUiElement*> DtSystemPropertyEditDialog::mySubElements [protected] |
DtReaderWriterFactory DtSystemPropertyEditDialog::theUiElementFactory [static, protected] |
DtUiElement* DtSystemPropertyEditDialog::myElement [protected] |
bool DtSystemPropertyEditDialog::myModeless [protected] |