KDEUI
KSeparator Class Reference
Standard horizontal or vertical separator. More...
#include <kseparator.h>
Inheritance diagram for KSeparator:
Public Member Functions | |
| KSeparator (Qt::Orientation orientation, QWidget *parent=0, Qt::WFlags f=0) | |
| KSeparator (QWidget *parent=0, Qt::WFlags f=0) | |
| Qt::Orientation | orientation () const |
| void | setOrientation (Qt::Orientation orientation) |
Properties | |
| Qt::Orientation | orientation |
Detailed Description
Standard horizontal or vertical separator.
Definition at line 31 of file kseparator.h.
Constructor & Destructor Documentation
| KSeparator::KSeparator | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | f = 0 | |||
| ) | [explicit] |
Constructor.
- Parameters:
-
parent parent object. f extra QWidget flags.
Definition at line 25 of file kseparator.cpp.
| KSeparator::KSeparator | ( | Qt::Orientation | orientation, | |
| QWidget * | parent = 0, |
|||
| Qt::WFlags | f = 0 | |||
| ) | [explicit] |
Constructor.
- Parameters:
-
orientation Set the orientation of the separator. Possible values are Horizontal or Vertical. parent parent object. f extra QWidget flags.
Definition at line 33 of file kseparator.cpp.
Member Function Documentation
| Qt::Orientation KSeparator::orientation | ( | ) | const |
Returns the orientation of the separator.
- Returns:
- int Possible values Horizontal or Vertical.
| void KSeparator::setOrientation | ( | Qt::Orientation | orientation | ) |
Set the orientation of the separator to orientation.
- Parameters:
-
orientation Possible values are Vertical and Horizontal.
Definition at line 42 of file kseparator.cpp.
Property Documentation
Qt::Orientation KSeparator::orientation [read, write] |
Definition at line 34 of file kseparator.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference