#include </home/clem/local/src/opie/libopie2/opieui/oseparator.h>
Public Member Functions | |
| OSeparator (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| OSeparator (int orientation, QWidget *parent=0, const char *name=0, WFlags f=0) | |
| int | orientation () const |
| void | setOrientation (int orient) |
| virtual QSize | sizeHint () const |
Protected Member Functions | |
| virtual void | drawFrame (QPainter *) |
Properties | |
| int | orientation |
Private Attributes | |
| OSeparatorPrivate * | d |
Michael Roth <mroth@wirlweb.de>
Definition at line 48 of file oseparator.h.
|
||||||||||||||||
|
Constructor. Definition at line 42 of file oseparator.cpp. References setOrientation(). |
|
||||||||||||||||||||
|
Constructor.
Definition at line 52 of file oseparator.cpp. References setOrientation(). |
|
|
Definition at line 96 of file oseparator.cpp. References g. |
|
|
Returns the orientation of the separator. Possible values are VLine and HLine. |
|
|
Set the orientation of the separator to Possible values are VLine and HLine. Definition at line 62 of file oseparator.cpp. Referenced by OSeparator(). |
|
|
The recommended height (width) for a horizontal (vertical) separator. Definition at line 120 of file oseparator.cpp. |
|
|
Definition at line 89 of file oseparator.h. |
|
|
Definition at line 50 of file oseparator.h. |
1.4.2