|
mkRPG
|
The BDocksZone class display a BLayout in a QScrollArea. More...
#include <bdockszone.h>
Public Types | |
| enum | ScrollBarMode { AlwaysVisible, Adjustable, Fixed } |
| The ScrollBarMode enum describe the way the BDocksZone reacts when a scroll bar is needed. More... | |
Public Slots | |
| void | swap (bool anim=true) |
Public Member Functions | |
| BDocksZone (QWidget *parent=0) | |
| void | setUnfold (bool u, bool anim=true) |
| const BinaryStateMachine * | states () const |
| int | length () const |
| void | setLength (int t) |
| ScrollBarMode | scrollBarMode () const |
| void | setScrollBarMode (ScrollBarMode m) |
| int | currentLength () const |
| void | addDock (QString title, BDockWidget *dock) |
Protected Slots | |
| void | setCurrentLenght (int t) |
Properties | |
| int | length |
| int | currentLength |
The BDocksZone class display a BLayout in a QScrollArea.
The widget can be hidden or resized.
The ScrollBarMode enum describe the way the BDocksZone reacts when a scroll bar is needed.
1.7.6.1