QToggleButton Class Reference

Togglebutton with two different strings or pixmaps. More...

#include <QToggleButton.h>

List of all members.

Public Member Functions

 QToggleButton (QWidget *parent=0, const char *name=0)
 QToggleButton (const char *text1, const char *text2, QWidget *parent=0, const char *name=0)
 ~QToggleButton ()
void setText (const QString &)
void setPixmap (const QPixmap &)
void setText (const QString &up_text, const QString &down_text="")
void setPixmap (const QPixmap &up_pixmap, const QPixmap &down_pixmap)

Private Slots

void togglePixmap (bool on)

Private Attributes

QString toggled_btext
QPixmap * toggled_bpixmap


Detailed Description

Togglebutton with two different strings or pixmaps.

This class implements a togglebutton with two different strings or pixmaps which will be exchanged when the button is toggled.


Constructor & Destructor Documentation

QToggleButton::QToggleButton ( QWidget *  parent = 0,
const char *  name = 0 
)

Default constructor.

QToggleButton::QToggleButton ( const char *  text1,
const char *  text2,
QWidget *  parent = 0,
const char *  name = 0 
)

The same as above but you can also pass the textes with it.

QToggleButton::~QToggleButton (  ) 

Default destructor.


Member Function Documentation

void QToggleButton::setPixmap ( const QPixmap &  up_pixmap,
const QPixmap &  down_pixmap 
)

Sets the pixmap which is shown when pressed or raised.

void QToggleButton::setPixmap ( const QPixmap &   )  [inline]

void QToggleButton::setText ( const QString &  up_text,
const QString &  down_text = "" 
)

Sets the text which is shown when pressed or raised.

void QToggleButton::setText ( const QString &   )  [inline]

void QToggleButton::togglePixmap ( bool  on  )  [private, slot]


Member Data Documentation

QPixmap* QToggleButton::toggled_bpixmap [private]

QString QToggleButton::toggled_btext [private]


The documentation for this class was generated from the following files:
Generated on Mon Jul 10 22:37:39 2006 for QGLViewer by  doxygen 1.4.7