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

kdeui

Public Member Functions | Protected Member Functions | Properties | List of all members
KGradientSelector Class Reference

#include <kselect.h>

Inheritance diagram for KGradientSelector:
KSelector

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
 
- Public Member Functions inherited from KSelector
 KSelector (TQWidget *parent=0, const char *name=0)
 
 KSelector (Orientation o, TQWidget *parent=0L, const char *name=0L)
 
Orientation orientation () const
 
TQRect contentsRect () const
 
void setIndent (bool i)
 
bool indent () const
 
void setValue (int value)
 
int value () const
 
void setMinValue (int value)
 
int minValue () const
 
void setMaxValue (int value)
 
int maxValue () const
 

Protected Member Functions

virtual void drawContents (TQPainter *)
 
virtual TQSize minimumSize () const
 
virtual void virtual_hook (int id, void *data)
 
- Protected Member Functions inherited from KSelector
virtual void drawArrow (TQPainter *painter, bool show, const TQPoint &pos)
 
virtual void valueChange ()
 
virtual void paintEvent (TQPaintEvent *)
 
virtual void mousePressEvent (TQMouseEvent *e)
 
virtual void mouseMoveEvent (TQMouseEvent *e)
 
virtual void wheelEvent (TQWheelEvent *)
 

Properties

TQColor firstColor
 
TQColor secondColor
 
TQString firstText
 
TQString secondText
 
- Properties inherited from KSelector
int value
 
int minValue
 
int maxValue
 

Additional Inherited Members

- Signals inherited from KSelector
void valueChanged (int value)
 

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 kselect.h.

Constructor & Destructor Documentation

◆ KGradientSelector() [1/2]

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 kselect.cpp.

◆ KGradientSelector() [2/2]

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 kselect.cpp.

◆ ~KGradientSelector()

KGradientSelector::~KGradientSelector ( )

Destructs the widget.

Definition at line 421 of file kselect.cpp.

Member Function Documentation

◆ drawContents()

void KGradientSelector::drawContents ( TQPainter *  )
protectedvirtual

Override this function to draw the contents of the control.

The default implementation does nothing.

Draw only within contentsRect().

Reimplemented from KSelector.

Definition at line 434 of file kselect.cpp.

◆ setColors()

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

Sets the two colors which span the gradient.

Definition at line 320 of file kselect.h.

◆ setFirstColor()

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

Set each color on its own.

Definition at line 328 of file kselect.h.

◆ setFirstText()

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

Set each description on its own.

Definition at line 336 of file kselect.h.


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

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.13
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |