class LCDNumberAction

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

Definition#include <actions.h>
InheritsKAction (kdeui) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Protected Methods


Detailed Description

A KAction that displays a number using the QLCDNumber class.

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

LCDNumberAction

Creates a LCDNumberAction.

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

int  plug ( QWidget *widget, int index = -1 )

plug

[virtual]

Reimplemented from KAction.

void  unplug ( QWidget *widget )

unplug

[virtual]

Reimplemented from KAction.

QLCDNumberwidget ()

widget

[const]

int  intValue ()

intValue

[const]

QString  value ()

value

[const]

int  numDigits ()

numDigits

[const]

void  display ( int num )

display

[slot]

void  display ( const QString &s )

display

[slot]

void  setNumDigits ( int nDigits )

setNumDigits

[slot]

QLCDNumbercreateWidget ( QWidget *parent, const char *name=0 )

createWidget

[protected virtual]