Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KSeparator Class Reference

#include <kseparator.h>

List of all members.

Public Methods

 KSeparator (QWidget *parent=0, const char *name=0, WFlags f=0)
 KSeparator (int orientation, QWidget *parent=0, const char *name=0, WFlags f=0)
int orientation () const
void setOrientation (int orient)
virtual QSize sizeHint () const


Detailed Description

Standard horizontal or vertical separator.

Author:
Michael Roth <mroth@wirlweb.de>
Version:
Id:
kseparator.h,v 1.10 2002/03/04 00:51:51 lunakl Exp

Definition at line 31 of file kseparator.h.


Constructor & Destructor Documentation

KSeparator::KSeparator QWidget *    parent = 0,
const char *    name = 0,
WFlags    f = 0
 

Constructor.

KSeparator::KSeparator int    orientation,
QWidget *    parent = 0,
const char *    name = 0,
WFlags    f = 0
 

Constructor.

Parameters:
orientation  Set the orientation of the separator. Possible values are HLine or Horizontal and VLine or Vertical.


Member Function Documentation

int KSeparator::orientation  
 

Returns the orientation of the separator.

Possible values are VLine and HLine.

void KSeparator::setOrientation int    orient
 

Set the orientation of the separator to orient

Possible values are VLine and HLine.

virtual QSize KSeparator::sizeHint   [virtual]
 

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


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:22 2003 for kdelibs by doxygen1.2.18