Module implementing the editor outline model.
None |
EditorOutlineModel | Class implementing the editor outline model. |
None |
Class implementing the editor outline model.
SupportedLanguages |
getSupportedLanguages | Class method to get the list of supported programming languages. |
EditorOutlineModel | Constructor |
__populateModel | Private slot to populate the model. |
editor | Public method to retrieve a reference to the editor. |
fileName | Public method to retrieve the file name of the editor. |
findItem | Function to iteratively search for an item containing the given line. |
isPopulated | Public method to check, if the model is populated. |
itemIndexByLine | Public method to find an item's index given a line number. |
repopulate | Public slot to repopulate the model. |
None |
Class method to get the list of supported programming languages.
Constructor
Private slot to populate the model.
Public method to retrieve a reference to the editor.
Public method to retrieve the file name of the editor.
Function to iteratively search for an item containing the given line.
Public method to check, if the model is populated.
Public method to find an item's index given a line number.
Public slot to repopulate the model.