Module implementing the APIsManager.
None |
APIs | Class implementing an API storage entity. |
APIsManager | Class implementing the APIsManager class, which is the central store for API information used by autocompletion and calltips. |
None |
Class implementing an API storage entity.
None |
None |
APIs | Constructor |
__apiPreparationCancelled | Private method called, after the API preparation process has been cancelled. |
__apiPreparationFinished | Private method called to save an API, after it has been prepared. |
__apiPreparationStarted | Private method called, when the API preparation process started. |
__loadAPIs | Private method to load the APIs. |
__preparedName | Private method returning the default name of a prepared API file. |
cancelPreparation | Public slot to cancel the APIs preparation. |
getQsciAPIs | Public method to get a reference to QsciAPIs object. |
installedAPIFiles | Public method to get a list of installed API files. |
isEmpty | Public method to check, if the object has API files configured. |
prepareAPIs | Public method to prepare the APIs if necessary. |
reloadAPIs | Public method to reload the API information. |
None |
Constructor
Private method called, after the API preparation process has been cancelled.
Private method called to save an API, after it has been prepared.
Private method called, when the API preparation process started.
Private method to load the APIs.
Private method returning the default name of a prepared API file.
Public slot to cancel the APIs preparation.
Public method to get a reference to QsciAPIs object.
Public method to get a list of installed API files.
Public method to check, if the object has API files configured.
Public method to prepare the APIs if necessary.
Public method to reload the API information.
Class implementing the APIsManager class, which is the central store for API information used by autocompletion and calltips.
None |
None |
APIsManager | Constructor |
getAPIs | Public method to get an APIs object for autocompletion/calltips. |
reloadAPIs | Public slot to reload the api information. |
None |
Constructor
Public method to get an APIs object for autocompletion/calltips.
This method creates and loads an APIs object dynamically upon request. This saves memory for languages, that might not be needed at the moment.
Public slot to reload the api information.