KDEUI
KSeparator Class Reference
#include <kseparator.h>
Inheritance diagram for KSeparator:
Public Member Functions | |
KSeparator (QWidget *parent=0, Qt::WindowFlags f=0) | |
KSeparator (Qt::Orientation orientation, QWidget *parent=0, Qt::WindowFlags f=0) | |
Qt::Orientation | orientation () const |
void | setOrientation (Qt::Orientation orientation) |
Properties | |
Qt::Orientation | orientation |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Constructor.
- Parameters
-
parent parent object. f extra QWidget flags.
Definition at line 25 of file kseparator.cpp.
|
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
|
readwrite |
Definition at line 37 of file kseparator.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.