• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdeui
 

kdeui

  • kdeui
kseparator.h
1 /*
2  * Copyright (C) 1997 Michael Roth <mroth@wirlweb.de>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Library General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  *
18  */
19 
20 #ifndef __KSEPARATOR_H__
21 #define __KSEPARATOR_H__
22 
23 #include <tqframe.h>
24 
25 #include <kdelibs_export.h>
26 
33 class KDEUI_EXPORT KSeparator : public TQFrame
34 {
35  Q_OBJECT
36  Q_PROPERTY( int orientation READ orientation WRITE setOrientation )
37  public:
44  KSeparator(TQWidget* parent=0, const char* name=0, WFlags f=0);
45 
54  KSeparator(int orientation, TQWidget* parent=0, const char* name=0,
55  WFlags f=0);
56 
61  int orientation() const;
62 
68  void setOrientation(int orient);
69 
73  virtual TQSize sizeHint() const;
74 
75 protected:
79  virtual void drawFrame( TQPainter *p );
80 protected:
81  virtual void virtual_hook( int id, void* data );
82 private:
83  class KSeparatorPrivate* d;
84 };
85 
86 
87 #endif // __KSEPARATOR_H__

kdeui

Skip menu "kdeui"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdeui

Skip menu "kdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdeui by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |