|
|
A special kind of KTMainWindow that is able to have dockwidget child widgets.
The main widget should be a dockwidget where other dockwidgets can be docked to the left, right, top, bottom or to the middle. Furthermore, the KDockMainWindow has got the KDocManager and some data about the dock states.
|
Constructs a dockmainwindow. It calls it base class constructor and does additional things concerning to the dock stuff: <UL><LI>information about the dock state of this' children gets initialized</LI> <LI>a dockmanager is created...</LI> <LI>...and gets initialized</LI> <LI>the main dockwidget is set to 0L</LI></UL>
Parameters:
name | object name |
~ |
[virtual]
Destructs a dockmainwindow.
KDockManager* |
Returns the dockmanager of this. (@see KDockManager)
Returns: pointer to the wanted dockmanager
void |
Sets a new main dockwidget. Additionally, the toolbar is re-initialized.
Parameters:
_ | dockwidget that become the new main dockwidget |
KDockWidget* |
Returns the main dockwidget.
Returns: pointer to the main dockwidget
KDockWidget* |
This is one of the most important methods! The KDockMainWindow creates a new dockwidget object here that usually should encapsulate the user's widget. The new dockwidget is automatically taken under control by the dockmanager of the dockmainwindow.
Parameters:
name | dockwidget caption (window title) |
pixmap | window icon (for instance shown when docked as tabwidget entry) |
parent | parent widget for the new dockwidget |
Returns: a pointer to the new created dockwidget
void |
It writes the current dock state in the given section of KConfig.
Parameters:
c | KDE class for saving configurations |
group | name of section to write to |
void |
It reads the current dock state from the given section of KConfig.
Parameters:
c | KDE class for saving configurations |
group | name of section to read from |
void |
It runs through all dockwidgets which are under control of the dockmanager and calls show() for every encapsulated widget and show() for the dockwidget itself if it is not in tab mode. Additionally, if the main dockwidget is not a QDialog, it will be shown.
QPopupMenu* |
Returns a popup menu that contains entries for all controlled dockwidgets making hiding and showing them possible.
Returns: the wanted popup menu
void |
This method shows the given dockwidget. The clue is that it also considers the dockwidget could be a tab page and must set to be the activate one.
Parameters:
dock | the dockwidget that is to be shown |
void |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void |
This method calls the base class method. If the given widget inherits KDockWidget, applyToWidget(this) is called.
@param - any widget that should become the main view
Reimplemented from KTMainWindow
void |
[protected slot]
Updates the dock-toolbar buttons and the internal information about the 4 dockwidgets that are directly docked to the main widget.
void |
[protected slot]
Inverts the state of the appropriate toggle-toolbutton of the dock-toolbar.
Parameters:
_ | index of the toolbutton |
void |
[protected slot]
Using the given parameters it updates the information about the 4 dockwidgets that are directly docked to the main widget.
Parameters:
oldDock | new main dockwidget |
newDock | old main dockwidget |
[protected]
Used as container for information about one of the 4 dockwidgets that are directly docked to the main dockwidget.
void |
[protected]
This method docks as given in the position data, if toggled is true. Otherwise the dockwidget given with the position data will be undocked.
Parameters:
toggled | specifies if the dockwidget gets docked or undocked |
data | reference to the struct containing information about the appropriate dockwidget |
KDockWidget* |
[protected]
A pointer to the main dockwidget (where one can manualDock() to
KDockManager* |
[protected]
A pointer to the manager for the dock process
DockPosData |
[protected]
Contains information about which dockwidget is docked on the left.
DockPosData |
[protected]
Contains information about which dockwidget is docked on the right.
DockPosData |
[protected]
Contains information about which dockwidget is docked at the top.
DockPosData |
[protected]
Contains information about which dockwidget is docked at the bottom.
KToolBar* |
[protected]
A pointer to the dock toolbar (for showing or hiding the 4 docked dockwidgets that are docked to the main dockwidget).