Aimsun Next Scripting
22
|
Public Member Functions | |
GAnyObjectChooserEditor (QWidget *parent=0, Qt::WindowFlags fl=Qt::WindowFlags()) | |
~GAnyObjectChooserEditor () | |
GAnyObjectChooser * | getChooser () |
void | setShowNoObjectsMessage (bool) |
int | execDialog () |
![]() | |
void | accept () |
void | reject () |
Public Attributes | |
MethodCode | sipRes = sipCpp -> exec() |
GAnyObjectChooserEditor::GAnyObjectChooserEditor | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | fl = Qt::WindowFlags() |
||
) |
GAnyObjectChooserEditor::~GAnyObjectChooserEditor | ( | ) |
int GAnyObjectChooserEditor::execDialog | ( | ) |
It opens the dialog as a modal dialog and returns either QDialog::Accepted (1) or QDialog::Rejected (0)
GAnyObjectChooser * GAnyObjectChooserEditor::getChooser | ( | ) |
Gets the GAnyObjectChooser.
void GAnyObjectChooserEditor::setShowNoObjectsMessage | ( | bool | ) |
If value is true then when the dialog is shown if there is not any object in the list of objects a message will appear informing about it. If value is false, then the default dialog will appear but with the OK button deactivated
MethodCode GAnyObjectChooserEditor::sipRes = sipCpp -> exec() |