engine.py
Others:
Shows processing behavior.
| Parameters: | message (unicode) – Operation description. | 
|---|---|
| Returns: | Object. | 
| Return type: | object | 
Encapsulates a processing operation.
| Parameters: | object (object) – Object to decorate. | 
|---|---|
| Returns: | Object. | 
| Return type: | object | 
Sets the user Application data directory.
| Parameters: | directory (unicode) – Starting point for the directories tree creation. | 
|---|---|
| Returns: | Definition success. | 
| Return type: | bool | 
Returns the command line parameters parser.
| Returns: | Parser. | 
|---|---|
| Return type: | Parser | 
Returns the logging file path.
| Parameters: | |
|---|---|
| Returns: | Logging file path. | 
| Return type: | unicode | 
Starts the Application.
| Parameters: | 
 | 
|---|---|
| Returns: | Definition success. | 
| Return type: | bool | 
Bases: foundations.ui.common.QWidget
Defines the main class of the Umbra package.
Initializes the class.
| Parameters: | 
 | 
|---|
This signal is emited by the Umbra class when the current verbosity level has changed. ( pyqtSignal )
| Returns: | Current verbosity level. | 
|---|---|
| Return type: | int | 
This signal is emited by the Umbra class when it receives dropped content. ( pyqtSignal )
| Returns: | Event. | 
|---|---|
| Return type: | QEvent | 
This signal is emited by the Umbra class when its size changes. ( pyqtSignal )
| Returns: | Event. | 
|---|---|
| Return type: | QEvent | 
Property for self.__requestsStack attribute.
| Returns: | self.__requestsStack. ( collections.deque ) | 
|---|
Property for self.__componentsPaths attribute.
| Returns: | self.__componentsPaths. | 
|---|---|
| Return type: | tuple or list | 
Property for self.__requisiteComponents attribute.
| Returns: | self.__requisiteComponents. | 
|---|---|
| Return type: | tuple or list | 
Property for self.__visibleComponents attribute.
| Returns: | self.__visibleComponents. | 
|---|---|
| Return type: | tuple or list | 
Property for self.__splashscreen attribute.
| Returns: | self.__splashscreen. | 
|---|---|
| Return type: | Delayed_QSplashScreen | 
Property for self.__patchesManager attribute.
| Returns: | self.__patchesManager. | 
|---|---|
| Return type: | PatchesManager | 
Property for self.__componentsManager attribute.
| Returns: | self.__componentsManager. | 
|---|---|
| Return type: | ComponentsManager | 
Property for self.__notificationsManager attribute.
| Returns: | self.__notificationsManager. | 
|---|---|
| Return type: | NotificationsManager | 
Property for self.__actionsManager attribute.
| Returns: | self.__actionsManager. | 
|---|---|
| Return type: | ActionsManager | 
Property for self.__fileSystemEventsManager attribute.
| Returns: | self.__fileSystemEventsManager. | 
|---|---|
| Return type: | FileSystemEventsManager | 
Property for self.__layoutsManager attribute.
| Returns: | self.__layoutsManager. | 
|---|---|
| Return type: | LayoutsManager | 
Property for self.__userApplicationDataDirectory attribute.
| Returns: | self.__userApplicationDataDirectory. | 
|---|---|
| Return type: | unicode | 
Property for self.__loggingSessionHandler attribute.
| Returns: | self.__loggingSessionHandler. | 
|---|---|
| Return type: | Handler | 
Property for self.__loggingFileHandler attribute.
| Returns: | self.__loggingFileHandler. | 
|---|---|
| Return type: | Handler | 
Property for self.__loggingConsoleHandler attribute.
| Returns: | self.__loggingConsoleHandler. | 
|---|---|
| Return type: | Handler | 
Property for self.__loggingSessionHandlerStream attribute.
| Returns: | self.__loggingSessionHandlerStream. | 
|---|---|
| Return type: | StreamObject | 
Property for self.__loggingActiveFormatter attribute.
| Returns: | self.__loggingActiveFormatter. | 
|---|---|
| Return type: | Formatter | 
Property for self.__verbosityLevel attribute.
| Returns: | self.__verbosityLevel. | 
|---|---|
| Return type: | int | 
Property for self.__settings attribute.
| Returns: | self.__settings. | 
|---|---|
| Return type: | Preferences | 
Property for self.__parameters attribute.
| Returns: | self.__parameters. | 
|---|---|
| Return type: | object | 
Property for self.__arguments attribute.
| Returns: | self.__arguments. | 
|---|---|
| Return type: | list | 
Property for self.__workerThreads attribute.
| Returns: | self.__workerThreads. | 
|---|---|
| Return type: | list | 
Property for self.__isProcessing attribute.
| Returns: | self.__isProcessing. | 
|---|---|
| Return type: | bool | 
Reimplements the QWidget.dragEnterEvent() method.
| Parameters: | event (QEvent) – QEvent. | 
|---|
Reimplements the QWidget.dragMoveEvent() method.
| Parameters: | event (QEvent) – QEvent. | 
|---|
Reimplements the QWidget.dropEvent() method.
| Parameters: | event (QEvent) – QEvent. | 
|---|
Reimplements the QWidget.closeEvent() method.
| Parameters: | event (QEvent) – QEvent. | 
|---|
Reimplements the QWidget.resizeEvent() method.
| Parameters: | event (QEvent) – QEvent. | 
|---|
Sets the Application verbosity level.
| Parameters: | verbosityLevel (int) – Verbosity level. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
| Note: | The expected verbosity level value is an integer between 0 to 4. | 
Sets the Application visual style.
| Parameters: | fullScreenStyle (bool) – Use fullscreen stylesheet file. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Returns if Application is in fullscreen state.
| Returns: | FullScreen state. | 
|---|---|
| Return type: | bool | 
Toggles Application fullscreen state.
| Parameters: | *args (*) – Arguments. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Process Application events.
| Parameters: | flags (int) – Events flags. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Sets the processing operation message.
| Parameters: | |
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Registers the start of a processing operation.
| Parameters: | |
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Steps the processing operation progress indicator.
| Parameters: | warning (int) – Emit warning message. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool | 
Registers the end of a processing operation.
| Parameters: | warning (int) – Emit warning message. | 
|---|---|
| Returns: | Method success. | 
| Return type: | bool |