Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

QToggleButton Class Reference

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

#include <QToggleButton.h>

Inheritance diagram for QToggleButton:

QPushButton 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
QPixmaptoggled_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]
 

Reimplemented from QPushButton.

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]
 

Reimplemented from QPushButton.

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 Wed Oct 22 05:03:14 2003 for QGLViewer by doxygen 1.3.4