Module implementing a dialog to enter some IDL compiler options.
None |
IdlCompilerOptionsDialog | Class implementing a dialog to enter some IDL compiler options. |
None |
Class implementing a dialog to enter some IDL compiler options.
None |
None |
IdlCompilerOptionsDialog | Constructor |
__definedNamesContain | Private method to test, if the currently defined 'Defined Names' contain a given one. |
__generateDefinedNamesList | Private method to prepare the list of 'Defined Names'. |
__generateIncludeDirectoriesList | Private method to prepare the list of 'Include Directories'. |
__generateUndefinedNamesList | Private method to prepare the list of 'Undefined Names'. |
__includeDirectoriesContain | Private method to test, if the currently defined 'Include Directories' contain a given one. |
__populateDefineNamesList | Private method to populate the list of defined names. |
__populateIncludeDirectoriesList | Private method to populate the 'Include Directories' list. |
__undefinedNamesContain | Private method to test, if the currently defined 'Undefined Names' contain a given one. |
__updateDefineNameButtons | Private method to set the state of the 'Define Name' buttons. |
__updateIncludeDirectoryButtons | Private method to set the state of the 'Include Directory' buttons. |
__updateUndefineNameButtons | Private method to set the state of the 'Undefine Name' buttons. |
getData | Public method to return the data entered by the user. |
on_dnAddButton_clicked | Private slot to add a 'Define Name' entry. |
on_dnDeleteButton_clicked | Private slot to delete the selected 'Define Name' entry. |
on_dnEditButton_clicked | Private slot to edit the selected 'Define Name' entry. |
on_dnList_itemSelectionChanged | Private slot handling the selection of a 'Define Name' entry. |
on_idAddButton_clicked | Private slot to add an 'Include Directory'. |
on_idDeleteButton_clicked | Private slot to delete the selected 'Include Directory' entry. |
on_idEditButton_clicked | Private slot to edit the selected 'Include Directory' entry. |
on_idList_itemSelectionChanged | Private slot handling the selection of an 'Include Directory' entry. |
on_unAddButton_clicked | Private slot to add a 'Undefine Name' entry. |
on_unDeleteButton_clicked | Private slot to delete the selected 'Undefine Name' entry. |
on_unEditButton_clicked | Private slot to edit the selected 'Undefine Name' entry. |
on_unList_itemSelectionChanged | Private slot handling the selection of a 'Undefine Name' entry. |
None |
Constructor
Private method to test, if the currently defined 'Defined Names' contain a given one.
Private method to prepare the list of 'Defined Names'.
Private method to prepare the list of 'Include Directories'.
Private method to prepare the list of 'Undefined Names'.
Private method to test, if the currently defined 'Include Directories' contain a given one.
Private method to populate the list of defined names.
Private method to populate the 'Include Directories' list.
Private method to test, if the currently defined 'Undefined Names' contain a given one.
Private method to set the state of the 'Define Name' buttons.
Private method to set the state of the 'Include Directory' buttons.
Private method to set the state of the 'Undefine Name' buttons.
Public method to return the data entered by the user.
Private slot to add a 'Define Name' entry.
Private slot to delete the selected 'Define Name' entry.
Private slot to edit the selected 'Define Name' entry.
Private slot handling the selection of a 'Define Name' entry.
Private slot to add an 'Include Directory'.
Private slot to delete the selected 'Include Directory' entry.
Private slot to edit the selected 'Include Directory' entry.
Private slot handling the selection of an 'Include Directory' entry.
Private slot to add a 'Undefine Name' entry.
Private slot to delete the selected 'Undefine Name' entry.
Private slot to edit the selected 'Undefine Name' entry.
Private slot handling the selection of a 'Undefine Name' entry.