layoutsManager.py
Others:
Bases: foundations.dataStructures.Structure
This class represents a storage object for LayoutsManager class layout.
| Parameters: | **kwargs – name, identity, shortcut. ( Key / Value pairs ) |
|---|
Bases: PyQt4.QtCore.QObject
This class defines the Application layouts manager.
This signal is emited by the LayoutsManager class when the current layout has been restored. ( pyqtSignal )
| Returns: | Current layout. ( String ) |
|---|
This signal is emited by the LayoutsManager class when the current layout has been stored. ( pyqtSignal )
| Returns: | Current layout. ( String ) |
|---|
This method is the property for self.__container attribute.
| Returns: | self.__container. ( QObject ) |
|---|
This method is the property for self.__settings attribute.
| Returns: | self.__settings. ( Preferences ) |
|---|
This method is the property for self.__layouts attribute.
| Returns: | self.__layouts. ( Dictionary ) |
|---|
This method is the property for self.__currentLayout attribute.
| Returns: | self.__currentLayout. ( Tuple / List ) |
|---|
This method is the property for self.__restoreGeometryOnLayoutChange attribute.
| Returns: | self.__restoreGeometryOnLayoutChange. ( Boolean ) |
|---|
This method returns the registered layouts.
| Returns: | Registered layouts. ( List ) |
|---|
This method returns if the given layout name is registered.
| Parameters: | name – Layout name. ( String ) |
|---|---|
| Returns: | Is layout registered. ( Boolean ) |
This method registers given layout.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |
This method unregisters given layout.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |
This method restores given layout.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |
This method stores given layout.
| Parameters: |
|
|---|---|
| Returns: | Method success. ( Boolean ) |