kexi
KexiPushButton Class Reference
#include <kexipushbutton.h>
Inherits KPushButton.
Detailed Description
Push Button widget for Kexi forms.Definition at line 28 of file kexipushbutton.h.
Public Slots | |
QString | onClickAction () const |
void | setOnClickAction (const QString &actionString) |
QString | onClickActionOption () const |
void | setOnClickActionOption (const QString &option) |
Public Member Functions | |
KexiPushButton (const QString &text, QWidget *parent, const char *name=0) | |
Protected Attributes | |
KexiFormEventAction::ActionData | m_onClickActionData |
Properties | |
QString | onClickAction |
QString | onClickActionOption |
Member Function Documentation
QString KexiPushButton::onClickAction | ( | ) | const [inline, slot] |
action string for "on click" event
- See also:
- KexiFormPart::slotAssignAction()
Definition at line 42 of file kexipushbutton.h.
QString KexiPushButton::onClickActionOption | ( | ) | const [inline, slot] |
action option allowing to select whether the object should be opened in data view mode or printed, etc.
- See also:
- KexiFormPart::slotAssignAction()
Definition at line 48 of file kexipushbutton.h.
The documentation for this class was generated from the following files: