Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

GapeMuteController Class Reference

A small controller consisting of only a name and a mute box, used for things like audio input/output, etc Also, see the demo program for use of this class. More...

#include <gapemutecontroller.h>

Inheritance diagram for GapeMuteController::

GapeController List of all members.

Public Slots

virtual void setChecked (bool b)

Public Methods

 GapeMuteController (QWidget *parent=NULL, const char *name=0, const QPixmap &icon=0)
 The constructor. More...

 ~GapeMuteController ()
 The destructor.

virtual QSize sizeHint () const

Public Attributes

QWidget* pic
QLabel* title
QLabel* muteLabel
QCheckBox* muteBox
QHBoxLayout* columnLayout

Protected Attributes

QFont titleFont
QSize preferredSize

Detailed Description

A small controller consisting of only a name and a mute box, used for things like audio input/output, etc Also, see the demo program for use of this class.

Author:
Dave Chisholm
Since:
Beta 1.0
Version:
Last Modified Beta 1.0

Definition at line 24 of file gapemutecontroller.h.


Constructor & Destructor Documentation

GapeMuteController::GapeMuteController ( QWidget * parent = NULL,
const char * name = 0,
const QPixmap & icon = 0 ) [inline]
 

The constructor.

Parameters:
parent   The widget which will contain this GUI element.
name   An (optional) name / and or instructions on how to use the check box, which will be displayed on the screen
icon   An icon to be shown as well - not yet implemented.

Definition at line 41 of file gapemutecontroller.h.


The documentation for this class was generated from the following file:
Generated at Thu Jun 21 13:28:52 2001 for GAPE by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001