org.kde.koala

Class KSeparator

public class KSeparator extends QFrame

Standard horizontal or vertical separator.

Version: $Id: KSeparator.java 473384 2005-10-23 14:17:09Z rdale $

Author: Michael Roth

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddrawFrame(QPainter p)
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
intorientation()
Returns the orientation of the separator.
voidsetOrientation(int orient)
Set the orientation of the separator to orient
QSizesizeHint()
The recommended height (width) for a horizontal (vertical) separator.

Constructor Detail

KSeparator

protected KSeparator(Class dummy)

KSeparator

public KSeparator(QWidget parent, String name, int f)
Constructor.

Parameters: parent parent object. name name of the new object. f extra QWidget flags.

UNKNOWN: Constructor.

KSeparator

public KSeparator(QWidget parent, String name)

KSeparator

public KSeparator(QWidget parent)

KSeparator

public KSeparator()

KSeparator

public KSeparator(int orientation, QWidget parent, String name, int f)
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.

KSeparator

public KSeparator(int orientation, QWidget parent, String name)

KSeparator

public KSeparator(int orientation, QWidget parent)

KSeparator

public KSeparator(int orientation)

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

drawFrame

protected void drawFrame(QPainter p)

Parameters: p pointer to painter

UNKNOWN:

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

orientation

public int orientation()
Returns the orientation of the separator.

Returns: int Possible values are VLine and HLine.

UNKNOWN: Returns the orientation of the separator.

setOrientation

public void setOrientation(int orient)
Set the orientation of the separator to orient

Parameters: orient Possible values are VLine and HLine.

UNKNOWN: Set the orientation of the separator to orient

sizeHint

public QSize sizeHint()
The recommended height (width) for a horizontal (vertical) separator.

UNKNOWN: The recommended height (width) for a horizontal (vertical) separator.