#include <nvemsplitter.h>
Public Member Functions | |
| nvemSplitter (QWidget *parent=0, const char *name=0) | |
| Create a new nvemSplitter with all defaults. | |
| nvemSplitter (Orientation, QWidget *parent=0, const char *name=0) | |
| Create a new nvemSplitter with a certain orientation. | |
| nvemSplitter (QValueList< int > def, Orientation, QWidget *parent=0, const char *name=0) | |
| Create a new nvemSplitter with a default split of def. | |
| virtual | ~nvemSplitter () |
| Destroy the splitter. | |
| void | setDefSplit (QValueList< int > sizes) |
| Set the default split state. | |
| QString | getSplitterSizes () |
| Return the current split state in a string. | |
| void | setSplitterSizes (QString newsizes) |
| Set the current split state with a string. | |
| QValueList< int > | getDefSplit () |
| Return the default split state. | |
| void | restoreDefSplit () |
| Restore the splitter to the default split values. | |
|
||||||||||||
|
Create a new nvemSplitter with all defaults.
|
|
||||||||||||||||
|
Create a new nvemSplitter with a certain orientation.
|
|
||||||||||||||||||||
|
Create a new nvemSplitter with a default split of def.
|
|
|
Destroy the splitter.
|
|
|
Return the default split state.
|
|
|
Return the current split state in a string.
|
|
|
Restore the splitter to the default split values.
|
|
|
Set the default split state.
|
|
|
Set the current split state with a string.
|
1.3