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

tdeui

  • tdeui
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 <tdelibs_export.h>
26 
33 class TDEUI_EXPORT KSeparator : public TQFrame
34 {
35  Q_OBJECT
36  TQ_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__
KSeparator
Standard horizontal or vertical separator.
Definition: kseparator.h:33

tdeui

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

tdeui

Skip menu "tdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeui by doxygen 1.8.8
This website is maintained by Timothy Pearson.