| |||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::PropertyCreationDialog Class Reference Provide a dialog that allow user to create a new property. More...
Public Member Functions
Static Public Member Functions
Detailed DescriptionProvide a dialog that allow user to create a new property. The easiest way to use this class is to use the static function. Graph* g; QWidget* parent; PropertyCreationDialog::createNewProperty(g,parent); Constructor & Destructor Documentation
Constructs a property creation dialog with the given parent.
Constructs a property creation dialog with the given parent graph and parent widget. Member Function Documentation
Try to create a new property from the givent parameters. To get the created property use the createdProperty() function.
Return the property created. You need to call this function after the accept() function.
This is a convenience static function that create a new property using user parameters. If the user presses Cancel or an error occur, it returns a null pointer. The function creates a modal property creation dialog with the given graph and parent widget.
Change the graph to use as parent for the properties to create. |
Tulip Software by LaBRI Visualization Team 2001 - 2012 |