Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

BaseButton Class Reference
(BaseContextLabel::BaseButton)
[QtUiModule]

The BaseButton class provides a storage for the buttons used by the BaseContextLabel class. More...

Public Functions


Detailed Description

The BaseButton class provides a storage for the buttons used by the BaseContextLabel class.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.


Member Function Documentation

BaseButton::BaseButton ( int key )

Creates a new BaseButton instance with the given key.

bool BaseButton::changed ()

Returns true if the buttons description or pixmap has recently changed. This can be used to detect recent changes.

See also setChanged().

int BaseButton::key ()

Returns the key linked to this button.

void BaseButton::setChanged ( bool c )

Sets the changed flag to c. BaseContextLabel sets this flag when it detects a change of the description or pixmap for this button.

See also changed().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3