org.kde.koala
public class KSeparator extends QFrame
Version: $Id: KSeparator.java 473384 2005-10-23 14:17:09Z rdale $
UNKNOWN: Standard horizontal or vertical separator.
Constructor Summary | |
---|---|
protected | KSeparator(Class dummy) |
KSeparator(QWidget parent, String name, int f)
Constructor. | |
KSeparator(QWidget parent, String name) | |
KSeparator(QWidget parent) | |
KSeparator() | |
KSeparator(int orientation, QWidget parent, String name, int f)
Constructor. | |
KSeparator(int orientation, QWidget parent, String name) | |
KSeparator(int orientation, QWidget parent) | |
KSeparator(int orientation) |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawFrame(QPainter p) |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
int | orientation()
Returns the orientation of the separator. |
void | setOrientation(int orient)
Set the orientation of the separator to orient |
QSize | sizeHint()
The recommended height (width) for a horizontal (vertical) separator. |
Parameters: parent parent object. name name of the new object. f extra QWidget flags.
UNKNOWN: Constructor.
Parameters: orientation Set the orientation of the separator. Possible values are HLine or Horizontal and VLine or Vertical. parent parent object. name name of the new object. f extra QWidget flags.
UNKNOWN: Constructor.
Parameters: p pointer to painter
UNKNOWN:
Returns: int Possible values are VLine and HLine.
UNKNOWN: Returns the orientation of the separator.
orient
Parameters: orient Possible values are VLine and HLine.
UNKNOWN: Set the orientation of the separator to orient
UNKNOWN: The recommended height (width) for a horizontal (vertical) separator.