Module implementing a dialog to enter the parameters for eric3-doc.
EricdocConfigDialog | Class implementing a dialog to enter the parameters for eric3-doc. |
None |
Class implementing a dialog to enter the parameters for eric3-doc.
EricdocConfigDialog | Constructor |
accept | Protected slot called by the Ok button. |
generateParameters | Public method that generates the commandline parameters. |
handleCSSFile | Private slot to select a css style sheet. |
handleIgnoreDir | Private slot to select a directory to be ignored. |
handleIgnoreDirAdd | Private slot to add the directory displayed to the listview. |
handleIgnoreDirDelete | Private slot to delete the currently selected directory of the listbox. |
handleOutputDir | Private slot to select the output directory. |
initializeDefaults | Private method to set the default values. |
Constructor
Protected slot called by the Ok button. It saves the values in the parameters dictionary.
Public method that generates the commandline parameters. It generates a QStringList to be used to set the QProcess arguments for the ericdoc call and a list containing the non default parameters. The second list can be passed back upon object generation to overwrite the default settings.
Private slot to select a css style sheet.
Private slot to select a directory to be ignored. It displays a directory selection dialog to select a directory to be ignored.
Private slot to add the directory displayed to the listview. The directory in the ignore directories line edit is moved to the listbox above and the edit is cleared.
Private slot to delete the currently selected directory of the listbox.
Private slot to select the output directory. It displays a directory selection dialog to select the directory the documentations is written to.
Private method to set the default values. These are needed later on to generate the commandline parameters.