|
mkRPG
|
The BDock class is the container for widget to display in a BDocksZone. More...
#include <bdock.h>
Public Slots | |
| void | setTitle (QString s) |
| void | setUnfold (bool v) |
Signals | |
| void | mouseClick (int i, const QPoint &p) |
| void | mouseMove (int i, const QPoint &p) |
| void | mouseRelease (int i, const QPoint &p) |
| void | movementFinished (int i) |
Public Member Functions | |
| BDock (QString title, BDockWidget *dock, QWidget *parent=0) | |
| bool | unfold () const |
| int | currentSize () const |
| void | setCurrentSize (int t) |
| void | setIndex (int i) |
| int | index () const |
| void | moveTo (int i, bool inert=true) |
| void | setLength (int l) |
Properties | |
| bool | unfold |
| int | currentSize |
The BDock class is the container for widget to display in a BDocksZone.
A BDock is composed of a title and a QScrollArea in which a BDockWidget is displayed.
This container is movable within the BDocksZone it belongs to, and it can be hide.
1.7.6.1