kdeui
KFontAction Class Reference
#include <kactionclasses.h>
Public Slots | |
void | setFont (const QString &family) |
Public Member Functions | |
QString | font () const |
KFontAction (QObject *parent=0, const char *name=0) | |
KFontAction (uint fontListCriteria, const QString &text, const QString &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
KFontAction (uint fontListCriteria, const QString &text, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
KFontAction (const QString &text, const QString &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
KFontAction (const QString &text, const QIconSet &pix, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
KFontAction (const QString &text, const QString &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
KFontAction (const QString &text, const QIconSet &pix, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
KFontAction (const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
KFontAction (const QString &text, const KShortcut &cut=KShortcut(), QObject *parent=0, const char *name=0) | |
int | plug (QWidget *widget, int index=-1) |
~KFontAction () | |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Properties | |
QString | font |
Detailed Description
Definition at line 905 of file kactionclasses.h.
Constructor & Destructor Documentation
KFontAction::KFontAction | ( | const QString & | text, | |
const KShortcut & | cut = KShortcut() , |
|||
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 1356 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | const QString & | text, | |
const KShortcut & | cut, | |||
const QObject * | receiver, | |||
const char * | slot, | |||
QObject * | parent, | |||
const char * | name = 0 | |||
) |
Definition at line 1367 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | const QString & | text, | |
const QIconSet & | pix, | |||
const KShortcut & | cut = KShortcut() , |
|||
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 1378 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | const QString & | text, | |
const QString & | pix, | |||
const KShortcut & | cut = KShortcut() , |
|||
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 1389 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | const QString & | text, | |
const QIconSet & | pix, | |||
const KShortcut & | cut, | |||
const QObject * | receiver, | |||
const char * | slot, | |||
QObject * | parent, | |||
const char * | name = 0 | |||
) |
Definition at line 1400 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | const QString & | text, | |
const QString & | pix, | |||
const KShortcut & | cut, | |||
const QObject * | receiver, | |||
const char * | slot, | |||
QObject * | parent, | |||
const char * | name = 0 | |||
) |
Definition at line 1412 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | uint | fontListCriteria, | |
const QString & | text, | |||
const KShortcut & | cut = KShortcut() , |
|||
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 1424 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | uint | fontListCriteria, | |
const QString & | text, | |||
const QString & | pix, | |||
const KShortcut & | cut = KShortcut() , |
|||
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 1435 of file kactionclasses.cpp.
KFontAction::KFontAction | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 1446 of file kactionclasses.cpp.
KFontAction::~KFontAction | ( | ) |
Definition at line 1455 of file kactionclasses.cpp.
Member Function Documentation
QString KFontAction::font | ( | ) | const [inline] |
Definition at line 939 of file kactionclasses.h.
int KFontAction::plug | ( | QWidget * | widget, | |
int | index = -1 | |||
) | [virtual] |
"Plug" or insert this action into a given widget.
This will typically be a menu or a toolbar. From this point on, you will never need to directly manipulate the item in the menu or toolbar. You do all enabling/disabling/manipulation directly with your KSelectAction object.
- Parameters:
-
widget The GUI element to display this action. index The index of the item.
Reimplemented from KSelectAction.
Definition at line 1504 of file kactionclasses.cpp.
void KFontAction::setFont | ( | const QString & | family | ) | [slot] |
Definition at line 1464 of file kactionclasses.cpp.
void KFontAction::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Property Documentation
QString KFontAction::font [read, write] |
Definition at line 908 of file kactionclasses.h.
The documentation for this class was generated from the following files: