engine.py
Others:
This decorator is used for a processing operation.
Parameters: | message – Operation description. ( String ) |
---|---|
Returns: | Object. ( Object ) |
This decorator is used to encapsulate a processing operation.
Parameters: | object – Object to decorate. ( Object ) |
---|---|
Returns: | Object. ( Object ) |
This definition sets the Application data directory.
Parameters: | path – Starting point for the directories tree creation. ( String ) |
---|---|
Returns: | Definition success. ( Boolean ) |
This definition returns the command line parameters parser.
Returns: | Parser. ( Parser ) |
---|
This definition starts the Application.
Parameters: |
|
---|---|
Returns: | Definition success. ( Boolean ) |
Bases: foundations.ui.common.QWidget
This class is the main class of the Umbra package.
Parameters: |
|
---|
This signal is emited by the Umbra class when the current verbosity level has changed. ( pyqtSignal )
Returns: | Current verbosity level. ( Integer ) |
---|
This signal is emited by the Umbra class when it receives dropped content. ( pyqtSignal )
Returns: | Event. ( QEvent ) |
---|
This signal is emited by the Umbra class when its size changes. ( pyqtSignal )
Returns: | Event. ( QEvent ) |
---|
This method is the property for self.__timer attribute.
Returns: | self.__timer. ( QTimer ) |
---|
This method is the property for self.__requestsStack attribute.
Returns: | self.__requestsStack. ( collections.deque ) |
---|
This method is the property for self.__componentsPaths attribute.
Returns: | self.__componentsPaths. ( Tuple / List ) |
---|
This method is the property for self.__requisiteComponents attribute.
Returns: | self.__requisiteComponents. ( Tuple / List ) |
---|
This method is the property for self.__visibleComponents attribute.
Returns: | self.__visibleComponents. ( Tuple / List ) |
---|
This method is the property for self.__patchesManager attribute.
Returns: | self.__patchesManager. ( ActionsManager ) |
---|
This method is the property for self.__componentsManager attribute.
Returns: | self.__componentsManager. ( ComponentsManager ) |
---|
This method is the property for self.__notificationsManager attribute.
Returns: | self.__notificationsManager. ( NotificationsManager ) |
---|
This method is the property for self.__actionsManager attribute.
Returns: | self.__actionsManager. ( ActionsManager ) |
---|
This method is the property for self.__fileSystemEventsManager attribute.
Returns: | self.__fileSystemEventsManager. ( FileSystemEventsManager ) |
---|
This method is the property for self.__layoutsManager attribute.
Returns: | self.__layoutsManager. ( LayoutsManager ) |
---|
This method is the property for self.__userApplicationDataDirectory attribute.
Returns: | self.__userApplicationDataDirectory. ( String ) |
---|
This method is the property for self.__loggingSessionHandler attribute.
Returns: | self.__loggingSessionHandler. ( Handler ) |
---|
This method is the property for self.__loggingFileHandler attribute.
Returns: | self.__loggingFileHandler. ( Handler ) |
---|
This method is the property for self.__loggingConsoleHandler attribute.
Returns: | self.__loggingConsoleHandler. ( Handler ) |
---|
This method is the property for self.__loggingSessionHandlerStream attribute.
Returns: | self.__loggingSessionHandlerStream. ( StreamObject ) |
---|
This method is the property for self.__settings attribute.
Returns: | self.__settings. ( QSettings ) |
---|
This method is the property for self.__verbosityLevel attribute.
Returns: | self.__verbosityLevel. ( Integer ) |
---|
This method is the property for self.__parameters attribute.
Returns: | self.__parameters. ( Object ) |
---|
This method is the property for self.__arguments attribute.
Returns: | self.__arguments. ( List ) |
---|
This method is the property for self.__workerThreads attribute.
Returns: | self.__workerThreads. ( List ) |
---|
This method is the property for self.__isProcessing attribute.
Returns: | self.__isProcessing. ( Boolean ) |
---|
This method is the property for self.__locals attribute.
Returns: | self.__locals. ( Dictionary ) |
---|
This method reimplements the QWidget.dragEnterEvent() method.
Parameters: | event – QEvent. ( QEvent ) |
---|
This method reimplements the QWidget.dragMoveEvent() method.
Parameters: | event – QEvent. ( QEvent ) |
---|
This method reimplements the QWidget.dropEvent() method.
Parameters: | event – QEvent. ( QEvent ) |
---|
This method reimplements the QWidget.closeEvent() method.
Parameters: | event – QEvent. ( QEvent ) |
---|
This method reimplements the QWidget.resizeEvent() method.
Parameters: | event – QEvent. ( QEvent ) |
---|
This method sets the Application verbosity level.
Parameters: | verbosityLevel – Verbosity level. ( Integer ) |
---|---|
Returns: | Method success. ( Boolean ) |
Note : | The expected verbosity level value is an integer between 0 to 4. |
This method sets the Application visual style.
Parameters: | fullScreenStyle – Use fullscreen stylesheet file. ( Boolean ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method returns if Application is in fullscreen state.
Returns: | FullScreen state. ( Boolean ) |
---|
This method toggles Application fullscreen state.
Parameters: | *args – Arguments. ( * ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method process Application events.
Parameters: | flags – Events flags. ( Integer ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method sets the processing operation message.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method registers the start of a processing operation.
Parameters: |
|
---|---|
Returns: | Method success. ( Boolean ) |
This method steps the processing operation progress indicator.
Parameters: | warning – Emit warning message. ( Integer ) |
---|---|
Returns: | Method success. ( Boolean ) |
This method registers the end of a processing operation.
Parameters: | warning – Emit warning message. ( Integer ) |
---|---|
Returns: | Method success. ( Boolean ) |