Main Page   Class Hierarchy   Compound List   File List   Compound Members  

LCDNumberAction Class Reference

A KAction that displays a number using the QLCDNumber class. More...

#include <actions.h>

Inheritance diagram for LCDNumberAction::

List of all members.

Public Slots

void display (int num)
void display (const QString &s)
void setNumDigits (int nDigits)

Signals

void valueChanged (const QString &)

Public Methods

 LCDNumberAction (const QString &text, int accel, QObject *receiver, const char *slot, QObject *parent=0, const char *name=0)
virtual int plug (QWidget *widget, int index=-1)
virtual void unplug (QWidget *widget)
int intValue () const
QString value () const
int numDigits () const

Protected Methods

virtual QLCDNumber * createWidget (QWidget *parent, const char *name=0)

Detailed Description

A KAction that displays a number using the QLCDNumber class.

Author:
Richard Moore, rich@kde.org
Version:
Id:
actions.h,v 1.10 2002/09/21 23:29:47 rich Exp


Constructor & Destructor Documentation

LCDNumberAction::LCDNumberAction const QString & text,
int accel,
QObject * receiver,
const char * slot,
QObject * parent = 0,
const char * name = 0
 

Creates a LCDNumberAction.

Parameters:
text   The label for the LCD. Currently this is displayed as a tooltip.


The documentation for this class was generated from the following file:
Generated at Thu Jan 30 02:56:03 2003 for QtVision by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001