Perspective Class Reference
#include <perspective.hh>
Inherits PyQt4::QtCore::QObject.
Detailed Description
The perspective manages the layout of the widgets inside the main window. It contains important classes which itself manages again a sub part of the whole layout.
Definition at line 50 of file perspective.hh.
Constructor & Destructor Documentation
Member Function Documentation
void ChangeVerbositySlider |
( |
int |
value |
) |
|
Returns the MainArea.
- Returns:
- The main area which is used in this perspective.
QMenu* GetMenu |
( |
const QString & |
name |
) |
|
get QMenu that corresponds to the given name
- Returns:
- The menu with the given name. If it does not exist, it will be created and returned.
Returns Menubar.
- Returns:
- The Menubar of the Application. Can be used to add some menupoints.
The PanelManager class organizes all the widgets in the side panels.
- Returns:
- The PanelManager instance which is used in this perspective.
hide all bars Hides all side bars. Can be used if the MainArea should be expanded to full size.
read last perspective from QSettings
- Returns:
- Returns true if it was successful. Otherwise false
save settings (internal use)
- Returns:
- Returns true if it was successful. Otherwise false
void StatusMessage |
( |
const String & |
m |
) |
[slot] |
set status message
- Parameters:
-
| m | The message that will be displayed in the status bar. |
The documentation for this class was generated from the following file: