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

tdeui

Public Member Functions | Protected Member Functions

KGradientSelector Class Reference

The KGradientSelector widget allows the user to choose from a one-dimensional range of colors which is given as a gradient between two colors provided by the programmer. More...

#include <tdeselect.h>

Inheritance diagram for KGradientSelector:
TDESelector TQWidget TQRangeControl

List of all members.

Public Member Functions

 KGradientSelector (TQWidget *parent=0, const char *name=0)
 KGradientSelector (Orientation o, TQWidget *parent=0, const char *name=0)
 ~KGradientSelector ()
void setColors (const TQColor &col1, const TQColor &col2)
void setText (const TQString &t1, const TQString &t2)
void setFirstColor (const TQColor &col)
void setSecondColor (const TQColor &col)
void setFirstText (const TQString &t)
void setSecondText (const TQString &t)
const TQColor firstColor () const
const TQColor secondColor () const
const TQString firstText () const
const TQString secondText () const

Protected Member Functions

virtual void drawContents (TQPainter *)
virtual TQSize minimumSize () const
virtual void virtual_hook (int id, void *data)

Detailed Description

The KGradientSelector widget allows the user to choose from a one-dimensional range of colors which is given as a gradient between two colors provided by the programmer.

kgradientselector.png

KDE Gradient Selector Widget

Definition at line 293 of file tdeselect.h.


Constructor & Destructor Documentation

KGradientSelector::KGradientSelector ( TQWidget *  parent = 0,
const char *  name = 0 
)

Constructs a horizontal color selector which contains a gradient between white and black.

Definition at line 406 of file tdeselect.cpp.

KGradientSelector::KGradientSelector ( Orientation  o,
TQWidget *  parent = 0,
const char *  name = 0 
)

Constructs a colors selector with orientation o which contains a gradient between white and black.

Definition at line 413 of file tdeselect.cpp.

KGradientSelector::~KGradientSelector (  ) 

Destructs the widget.

Definition at line 421 of file tdeselect.cpp.


Member Function Documentation

void KGradientSelector::drawContents ( TQPainter *   )  [protected, virtual]

Override this function to draw the contents of the control.

The default implementation does nothing.

Draw only within contentsRect().

Reimplemented from TDESelector.

Definition at line 434 of file tdeselect.cpp.

void KGradientSelector::setColors ( const TQColor &  col1,
const TQColor &  col2 
) [inline]

Sets the two colors which span the gradient.

Definition at line 320 of file tdeselect.h.

void KGradientSelector::setFirstColor ( const TQColor &  col  )  [inline]

Set each color on its own.

Definition at line 328 of file tdeselect.h.

void KGradientSelector::setFirstText ( const TQString &  t  )  [inline]

Set each description on its own.

Definition at line 336 of file tdeselect.h.


The documentation for this class was generated from the following files:
  • tdeselect.h
  • tdeselect.cpp

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
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeui by doxygen 1.7.1
This website is maintained by Timothy Pearson.