Module implementing the Editor APIs configuration page.
EditorAPIsPage | Class implementing the Editor APIs configuration page. |
create | Module function to create the configuration page. |
Class implementing the Editor APIs configuration page.
EditorAPIsPage | Constructor |
__editorGetApisFromApiList | Private slot to retrieve the api filenames from the list. |
on_addApiFileButton_clicked | Private slot to add the api file displayed to the listbox. |
on_apiFileButton_clicked | Private method to select an api file. |
on_apiLanguageComboBox_activated | Private slot to fill the api listbox of the api page. |
on_deleteApiFileButton_clicked | Private slot to delete the currently selected file of the listbox. |
save | Public slot to save the Editor APIs configuration. |
saveState | Public method to save the current state of the widget. |
setState | Public method to set the state of the widget. |
Constructor
Private slot to retrieve the api filenames from the list.
Private slot to add the api file displayed to the listbox.
Private method to select an api file.
Private slot to fill the api listbox of the api page.
Private slot to delete the currently selected file of the listbox.
Public slot to save the Editor APIs configuration.
Public method to save the current state of the widget.
Public method to set the state of the widget.
Module function to create the configuration page.