API reference - Class QCommandLinkButton

Notation used in Ruby API documentation

Description: Binding of QCommandLinkButton

Class hierarchy: QCommandLinkButton » QPushButton » QAbstractButton » QWidget » QObject

Public constructors

new QCommandLinkButtonnew(QWidget ptr parent = 0)Constructor QCommandLinkButton::QCommandLinkButton(QWidget *parent)
new QCommandLinkButtonnew(string text,
QWidget ptr parent = 0)
Constructor QCommandLinkButton::QCommandLinkButton(const QString &text, QWidget *parent)
new QCommandLinkButtonnew(string text,
string description,
QWidget ptr parent = 0)
Constructor QCommandLinkButton::QCommandLinkButton(const QString &text, const QString &description, QWidget *parent)

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[event]voidclicked(bool checked)Signal declaration for QCommandLinkButton::clicked(bool checked)
[event]voidcustomContextMenuRequested(const QPoint pos)Signal declaration for QCommandLinkButton::customContextMenuRequested(const QPoint &pos)
[const]stringdescriptionMethod QString QCommandLinkButton::description()
voiddescription=(string description)Method void QCommandLinkButton::setDescription(const QString &description)
[event]voiddestroyed(QObject ptr arg1)Signal declaration for QCommandLinkButton::destroyed(QObject *)
[virtual]booleventFilter(QObject ptr arg1,
QEvent ptr arg2)
Virtual method bool QCommandLinkButton::eventFilter(QObject *, QEvent *)
[virtual,const]QVariantinputMethodQuery(const Qt_InputMethodQuery arg1)Virtual method QVariant QCommandLinkButton::inputMethodQuery(Qt::InputMethodQuery)
[virtual,const]QPaintEngine ptrpaintEngineVirtual method QPaintEngine *QCommandLinkButton::paintEngine()
[event]voidpressedSignal declaration for QCommandLinkButton::pressed()
[event]voidreleasedSignal declaration for QCommandLinkButton::released()
voidsetDescription(string description)Method void QCommandLinkButton::setDescription(const QString &description)
[virtual]voidsetVisible(bool visible)Virtual method void QCommandLinkButton::setVisible(bool visible)
[event]voidtoggled(bool checked)Signal declaration for QCommandLinkButton::toggled(bool checked)

Public static methods and constants

QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = 0)
Static method QString QCommandLinkButton::tr(const char *s, const char *c)
stringtr(string s,
string c,
int n)
Static method QString QCommandLinkButton::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = 0)
Static method QString QCommandLinkButton::trUtf8(const char *s, const char *c)
stringtrUtf8(string s,
string c,
int n)
Static method QString QCommandLinkButton::trUtf8(const char *s, const char *c, int n)

Protected methods (static, non-static and constructors)

[virtual]voidactionEvent(QActionEvent ptr arg1)Virtual method void QCommandLinkButton::actionEvent(QActionEvent *)
[virtual]voidchangeEvent(QEvent ptr e)Virtual method void QCommandLinkButton::changeEvent(QEvent *e)
[virtual]voidcheckStateSetVirtual method void QCommandLinkButton::checkStateSet()
[virtual]voidchildEvent(QChildEvent ptr arg1)Virtual method void QCommandLinkButton::childEvent(QChildEvent *)
[virtual]voidcloseEvent(QCloseEvent ptr arg1)Virtual method void QCommandLinkButton::closeEvent(QCloseEvent *)
[virtual]voidcontextMenuEvent(QContextMenuEvent ptr arg1)Virtual method void QCommandLinkButton::contextMenuEvent(QContextMenuEvent *)
[virtual]voidcustomEvent(QEvent ptr arg1)Virtual method void QCommandLinkButton::customEvent(QEvent *)
[virtual]voiddisconnectNotify(string signal)Virtual method void QCommandLinkButton::disconnectNotify(const char *signal)
[virtual]voiddragEnterEvent(QDragEnterEvent ptr arg1)Virtual method void QCommandLinkButton::dragEnterEvent(QDragEnterEvent *)
[virtual]voiddragLeaveEvent(QDragLeaveEvent ptr arg1)Virtual method void QCommandLinkButton::dragLeaveEvent(QDragLeaveEvent *)
[virtual]voiddragMoveEvent(QDragMoveEvent ptr arg1)Virtual method void QCommandLinkButton::dragMoveEvent(QDragMoveEvent *)
[virtual]voiddropEvent(QDropEvent ptr arg1)Virtual method void QCommandLinkButton::dropEvent(QDropEvent *)
[virtual]voidenabledChange(bool arg1)Virtual method void QCommandLinkButton::enabledChange(bool)
[virtual]voidenterEvent(QEvent ptr arg1)Virtual method void QCommandLinkButton::enterEvent(QEvent *)
[virtual]boolevent(QEvent ptr e)Virtual method bool QCommandLinkButton::event(QEvent *e)
[virtual]voidfocusInEvent(QFocusEvent ptr arg1)Virtual method void QCommandLinkButton::focusInEvent(QFocusEvent *)
boolfocusNextChildMethod bool QCommandLinkButton::focusNextChild()
[virtual]boolfocusNextPrevChild(bool next)Virtual method bool QCommandLinkButton::focusNextPrevChild(bool next)
[virtual]voidfocusOutEvent(QFocusEvent ptr arg1)Virtual method void QCommandLinkButton::focusOutEvent(QFocusEvent *)
boolfocusPreviousChildMethod bool QCommandLinkButton::focusPreviousChild()
[virtual]voidfontChange(const QFont arg1)Virtual method void QCommandLinkButton::fontChange(const QFont &)
[virtual,const]intheightForWidth(int arg1)Virtual method int QCommandLinkButton::heightForWidth(int)
[virtual]voidhideEvent(QHideEvent ptr arg1)Virtual method void QCommandLinkButton::hideEvent(QHideEvent *)
[virtual,const]boolhitButton(const QPoint pos)Virtual method bool QCommandLinkButton::hitButton(const QPoint &pos)
[const]voidinitStyleOption(QStyleOptionButton ptr option)Method void QCommandLinkButton::initStyleOption(QStyleOptionButton *option)
[virtual]voidinputMethodEvent(QInputMethodEvent ptr arg1)Virtual method void QCommandLinkButton::inputMethodEvent(QInputMethodEvent *)
[virtual]voidkeyPressEvent(QKeyEvent ptr arg1)Virtual method void QCommandLinkButton::keyPressEvent(QKeyEvent *)
[virtual]voidkeyReleaseEvent(QKeyEvent ptr e)Virtual method void QCommandLinkButton::keyReleaseEvent(QKeyEvent *e)
[virtual]voidlanguageChangeVirtual method void QCommandLinkButton::languageChange()
[virtual]voidleaveEvent(QEvent ptr arg1)Virtual method void QCommandLinkButton::leaveEvent(QEvent *)
[virtual,const]intmetric(const QPaintDevice_PaintDeviceMetric arg1)Virtual method int QCommandLinkButton::metric(QPaintDevice::PaintDeviceMetric)
[virtual,const]QSizeminimumSizeHintVirtual method QSize QCommandLinkButton::minimumSizeHint()
[virtual]voidmouseDoubleClickEvent(QMouseEvent ptr arg1)Virtual method void QCommandLinkButton::mouseDoubleClickEvent(QMouseEvent *)
[virtual]voidmouseMoveEvent(QMouseEvent ptr e)Virtual method void QCommandLinkButton::mouseMoveEvent(QMouseEvent *e)
[virtual]voidmousePressEvent(QMouseEvent ptr e)Virtual method void QCommandLinkButton::mousePressEvent(QMouseEvent *e)
[virtual]voidmouseReleaseEvent(QMouseEvent ptr e)Virtual method void QCommandLinkButton::mouseReleaseEvent(QMouseEvent *e)
[virtual]voidmoveEvent(QMoveEvent ptr arg1)Virtual method void QCommandLinkButton::moveEvent(QMoveEvent *)
[virtual]voidnextCheckStateVirtual method void QCommandLinkButton::nextCheckState()
[virtual]voidpaintEvent(QPaintEvent ptr arg1)Virtual method void QCommandLinkButton::paintEvent(QPaintEvent *)
[virtual]voidpaletteChange(const QPalette arg1)Virtual method void QCommandLinkButton::paletteChange(const QPalette &)
voidqt_create(unsigned long arg1 = 0,
bool initializeWindow = true,
bool destroyOldWindow = true)
Method void QCommandLinkButton::create(WId, bool initializeWindow, bool destroyOldWindow)
voidqt_destroy(bool destroyWindow = true,
bool destroySubWindows = true)
Method void QCommandLinkButton::destroy(bool destroyWindow, bool destroySubWindows)
[const]intreceivers(string signal)Method int QCommandLinkButton::receivers(const char *signal)
voidresetInputContextMethod void QCommandLinkButton::resetInputContext()
[virtual]voidresizeEvent(QResizeEvent ptr arg1)Virtual method void QCommandLinkButton::resizeEvent(QResizeEvent *)
[const]QObject ptrsenderMethod QObject *QCommandLinkButton::sender()
[virtual]voidshowEvent(QShowEvent ptr arg1)Virtual method void QCommandLinkButton::showEvent(QShowEvent *)
[virtual,const]QSizesizeHintVirtual method QSize QCommandLinkButton::sizeHint()
[virtual]voidstyleChange(QStyle arg1)Virtual method void QCommandLinkButton::styleChange(QStyle &)
[virtual]voidtabletEvent(QTabletEvent ptr arg1)Virtual method void QCommandLinkButton::tabletEvent(QTabletEvent *)
[virtual]voidtimerEvent(QTimerEvent ptr e)Virtual method void QCommandLinkButton::timerEvent(QTimerEvent *e)
voidupdateMicroFocusMethod void QCommandLinkButton::updateMicroFocus()
[virtual]voidwheelEvent(QWheelEvent ptr arg1)Virtual method void QCommandLinkButton::wheelEvent(QWheelEvent *)
[virtual]voidwindowActivationChange(bool arg1)Virtual method void QCommandLinkButton::windowActivationChange(bool)

Deprecated methods (protected, public, static, non-static and constructors)

voidcreateUse of this method is deprecated. Use _create instead
voiddestroyUse of this method is deprecated. Use _destroy instead
[const]booldestroyed?Use of this method is deprecated. Use _destroyed? instead
[const]boolis_const_object?Use of this method is deprecated. Use _is_const_object? instead

Detailed description

void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

[const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

[const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

[virtual] void actionEvent(QActionEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::actionEvent(QActionEvent *)

This method can be reimplemented in a derived class.

[virtual] void changeEvent(QEvent ptr e)

Description: Virtual method void QCommandLinkButton::changeEvent(QEvent *e)

This method can be reimplemented in a derived class.

[virtual] void checkStateSet

Description: Virtual method void QCommandLinkButton::checkStateSet()

This method can be reimplemented in a derived class.

[virtual] void childEvent(QChildEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::childEvent(QChildEvent *)

This method can be reimplemented in a derived class.

[event] void clicked(bool checked)

Description: Signal declaration for QCommandLinkButton::clicked(bool checked)

You can bind a procedure to this signal.

[virtual] void closeEvent(QCloseEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::closeEvent(QCloseEvent *)

This method can be reimplemented in a derived class.

[virtual] void contextMenuEvent(QContextMenuEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::contextMenuEvent(QContextMenuEvent *)

This method can be reimplemented in a derived class.

void create

Description: Ensures the C++ object is created

Use of this method is deprecated. Use _create instead

[event] void customContextMenuRequested(const QPoint pos)

Description: Signal declaration for QCommandLinkButton::customContextMenuRequested(const QPoint &pos)

You can bind a procedure to this signal.

[virtual] void customEvent(QEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::customEvent(QEvent *)

This method can be reimplemented in a derived class.

[const] string description

Description: Method QString QCommandLinkButton::description()

Python specific notes:

The object exposes a readable attribute 'description'. This is the getter.

void description=(string description)

Description: Method void QCommandLinkButton::setDescription(const QString &description)

Python specific notes:

The object exposes a writable attribute 'description'. This is the setter.

void destroy

Description: Explicitly destroys the object

Use of this method is deprecated. Use _destroy instead

[event] void destroyed(QObject ptr arg1)

Description: Signal declaration for QCommandLinkButton::destroyed(QObject *)

You can bind a procedure to this signal.

[const] bool destroyed?

Description: Returns a value indicating whether the object was already destroyed

Use of this method is deprecated. Use _destroyed? instead

[virtual] void disconnectNotify(string signal)

Description: Virtual method void QCommandLinkButton::disconnectNotify(const char *signal)

This method can be reimplemented in a derived class.

[virtual] void dragEnterEvent(QDragEnterEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::dragEnterEvent(QDragEnterEvent *)

This method can be reimplemented in a derived class.

[virtual] void dragLeaveEvent(QDragLeaveEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::dragLeaveEvent(QDragLeaveEvent *)

This method can be reimplemented in a derived class.

[virtual] void dragMoveEvent(QDragMoveEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::dragMoveEvent(QDragMoveEvent *)

This method can be reimplemented in a derived class.

[virtual] void dropEvent(QDropEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::dropEvent(QDropEvent *)

This method can be reimplemented in a derived class.

[virtual] void enabledChange(bool arg1)

Description: Virtual method void QCommandLinkButton::enabledChange(bool)

This method can be reimplemented in a derived class.

[virtual] void enterEvent(QEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::enterEvent(QEvent *)

This method can be reimplemented in a derived class.

[virtual] bool event(QEvent ptr e)

Description: Virtual method bool QCommandLinkButton::event(QEvent *e)

This method can be reimplemented in a derived class.

[virtual] bool eventFilter(QObject ptr arg1,QEvent ptr arg2)

Description: Virtual method bool QCommandLinkButton::eventFilter(QObject *, QEvent *)

This method can be reimplemented in a derived class.

[virtual] void focusInEvent(QFocusEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::focusInEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

bool focusNextChild

Description: Method bool QCommandLinkButton::focusNextChild()

This method is protected and can only be called from inside a derived class.

[virtual] bool focusNextPrevChild(bool next)

Description: Virtual method bool QCommandLinkButton::focusNextPrevChild(bool next)

This method can be reimplemented in a derived class.

[virtual] void focusOutEvent(QFocusEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::focusOutEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

bool focusPreviousChild

Description: Method bool QCommandLinkButton::focusPreviousChild()

This method is protected and can only be called from inside a derived class.

[virtual] void fontChange(const QFont arg1)

Description: Virtual method void QCommandLinkButton::fontChange(const QFont &)

This method can be reimplemented in a derived class.

[virtual,const] int heightForWidth(int arg1)

Description: Virtual method int QCommandLinkButton::heightForWidth(int)

This method can be reimplemented in a derived class.

[virtual] void hideEvent(QHideEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::hideEvent(QHideEvent *)

This method can be reimplemented in a derived class.

[virtual,const] bool hitButton(const QPoint pos)

Description: Virtual method bool QCommandLinkButton::hitButton(const QPoint &pos)

This method can be reimplemented in a derived class.

[const] void initStyleOption(QStyleOptionButton ptr option)

Description: Method void QCommandLinkButton::initStyleOption(QStyleOptionButton *option)

This method is protected and can only be called from inside a derived class.

[virtual] void inputMethodEvent(QInputMethodEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::inputMethodEvent(QInputMethodEvent *)

This method can be reimplemented in a derived class.

[virtual,const] QVariant inputMethodQuery(const Qt_InputMethodQuery arg1)

Description: Virtual method QVariant QCommandLinkButton::inputMethodQuery(Qt::InputMethodQuery)

This method can be reimplemented in a derived class.

[const] bool is_const_object?

Description: Returns a value indicating whether the reference is a const reference

Use of this method is deprecated. Use _is_const_object? instead

[virtual] void keyPressEvent(QKeyEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::keyPressEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

[virtual] void keyReleaseEvent(QKeyEvent ptr e)

Description: Virtual method void QCommandLinkButton::keyReleaseEvent(QKeyEvent *e)

This method can be reimplemented in a derived class.

[virtual] void languageChange

Description: Virtual method void QCommandLinkButton::languageChange()

This method can be reimplemented in a derived class.

[virtual] void leaveEvent(QEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::leaveEvent(QEvent *)

This method can be reimplemented in a derived class.

[virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)

Description: Virtual method int QCommandLinkButton::metric(QPaintDevice::PaintDeviceMetric)

This method can be reimplemented in a derived class.

[virtual,const] QSize minimumSizeHint

Description: Virtual method QSize QCommandLinkButton::minimumSizeHint()

This method can be reimplemented in a derived class.

[virtual] void mouseDoubleClickEvent(QMouseEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::mouseDoubleClickEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

[virtual] void mouseMoveEvent(QMouseEvent ptr e)

Description: Virtual method void QCommandLinkButton::mouseMoveEvent(QMouseEvent *e)

This method can be reimplemented in a derived class.

[virtual] void mousePressEvent(QMouseEvent ptr e)

Description: Virtual method void QCommandLinkButton::mousePressEvent(QMouseEvent *e)

This method can be reimplemented in a derived class.

[virtual] void mouseReleaseEvent(QMouseEvent ptr e)

Description: Virtual method void QCommandLinkButton::mouseReleaseEvent(QMouseEvent *e)

This method can be reimplemented in a derived class.

[virtual] void moveEvent(QMoveEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::moveEvent(QMoveEvent *)

This method can be reimplemented in a derived class.

[static] new QCommandLinkButton new(QWidget ptr parent = 0)

Description: Constructor QCommandLinkButton::QCommandLinkButton(QWidget *parent)

This method creates an object of class QCommandLinkButton.

Python specific notes:

This method is the default initializer of the object

[static] new QCommandLinkButton new(string text,QWidget ptr parent = 0)

Description: Constructor QCommandLinkButton::QCommandLinkButton(const QString &text, QWidget *parent)

This method creates an object of class QCommandLinkButton.

Python specific notes:

This method is the default initializer of the object

[static] new QCommandLinkButton new(string text,string description,QWidget ptr parent = 0)

Description: Constructor QCommandLinkButton::QCommandLinkButton(const QString &text, const QString &description, QWidget *parent)

This method creates an object of class QCommandLinkButton.

Python specific notes:

This method is the default initializer of the object

[virtual] void nextCheckState

Description: Virtual method void QCommandLinkButton::nextCheckState()

This method can be reimplemented in a derived class.

[virtual,const] QPaintEngine ptr paintEngine

Description: Virtual method QPaintEngine *QCommandLinkButton::paintEngine()

This method can be reimplemented in a derived class.

[virtual] void paintEvent(QPaintEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::paintEvent(QPaintEvent *)

This method can be reimplemented in a derived class.

[virtual] void paletteChange(const QPalette arg1)

Description: Virtual method void QCommandLinkButton::paletteChange(const QPalette &)

This method can be reimplemented in a derived class.

[event] void pressed

Description: Signal declaration for QCommandLinkButton::pressed()

You can bind a procedure to this signal.

void qt_create(unsigned long arg1 = 0,bool initializeWindow = true,bool destroyOldWindow = true)

Description: Method void QCommandLinkButton::create(WId, bool initializeWindow, bool destroyOldWindow)

This method is protected and can only be called from inside a derived class.

void qt_destroy(bool destroyWindow = true,bool destroySubWindows = true)

Description: Method void QCommandLinkButton::destroy(bool destroyWindow, bool destroySubWindows)

This method is protected and can only be called from inside a derived class.

[const] int receivers(string signal)

Description: Method int QCommandLinkButton::receivers(const char *signal)

This method is protected and can only be called from inside a derived class.

[event] void released

Description: Signal declaration for QCommandLinkButton::released()

You can bind a procedure to this signal.

void resetInputContext

Description: Method void QCommandLinkButton::resetInputContext()

This method is protected and can only be called from inside a derived class.

[virtual] void resizeEvent(QResizeEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::resizeEvent(QResizeEvent *)

This method can be reimplemented in a derived class.

[const] QObject ptr sender

Description: Method QObject *QCommandLinkButton::sender()

This method is protected and can only be called from inside a derived class.

void setDescription(string description)

Description: Method void QCommandLinkButton::setDescription(const QString &description)

Python specific notes:

The object exposes a writable attribute 'description'. This is the setter.

[virtual] void setVisible(bool visible)

Description: Virtual method void QCommandLinkButton::setVisible(bool visible)

This method can be reimplemented in a derived class.

[virtual] void showEvent(QShowEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::showEvent(QShowEvent *)

This method can be reimplemented in a derived class.

[virtual,const] QSize sizeHint

Description: Virtual method QSize QCommandLinkButton::sizeHint()

This method can be reimplemented in a derived class.

[static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

[virtual] void styleChange(QStyle arg1)

Description: Virtual method void QCommandLinkButton::styleChange(QStyle &)

This method can be reimplemented in a derived class.

[virtual] void tabletEvent(QTabletEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::tabletEvent(QTabletEvent *)

This method can be reimplemented in a derived class.

[virtual] void timerEvent(QTimerEvent ptr e)

Description: Virtual method void QCommandLinkButton::timerEvent(QTimerEvent *e)

This method can be reimplemented in a derived class.

[event] void toggled(bool checked)

Description: Signal declaration for QCommandLinkButton::toggled(bool checked)

You can bind a procedure to this signal.

[static] string tr(string s,string c = 0)

Description: Static method QString QCommandLinkButton::tr(const char *s, const char *c)

This method is static and can be called without an instance.

[static] string tr(string s,string c,int n)

Description: Static method QString QCommandLinkButton::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

[static] string trUtf8(string s,string c = 0)

Description: Static method QString QCommandLinkButton::trUtf8(const char *s, const char *c)

This method is static and can be called without an instance.

[static] string trUtf8(string s,string c,int n)

Description: Static method QString QCommandLinkButton::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

void updateMicroFocus

Description: Method void QCommandLinkButton::updateMicroFocus()

This method is protected and can only be called from inside a derived class.

[virtual] void wheelEvent(QWheelEvent ptr arg1)

Description: Virtual method void QCommandLinkButton::wheelEvent(QWheelEvent *)

This method can be reimplemented in a derived class.

[virtual] void windowActivationChange(bool arg1)

Description: Virtual method void QCommandLinkButton::windowActivationChange(bool)

This method can be reimplemented in a derived class.