KateViewIndentationAction Class Reference
#include <kateautoindent.h>
Inheritance diagram for KateViewIndentationAction:
Public Slots | |
| void | slotAboutToShow () |
Public Slots inherited from TDEAction | |
| virtual void | setText (const TQString &text) |
| virtual bool | setShortcut (const TDEShortcut &) |
| virtual void | setWhatsThis (const TQString &text) |
| virtual void | setToolTip (const TQString &) |
| virtual void | setIconSet (const TQIconSet &iconSet) |
| virtual void | setEnabled (bool enable) |
| void | setDisabled (bool disable) |
| virtual void | setShortcutConfigurable (bool) |
| virtual void | activate () |
Public Member Functions | |
| KateViewIndentationAction (KateDocument *_doc, const TQString &text, TQObject *parent=0, const char *name=0) | |
Public Member Functions inherited from TDEActionMenu | |
| bool | delayed () const |
| void | setDelayed (bool _delayed) |
| bool | stickyMenu () const |
| void | setStickyMenu (bool sticky) |
| virtual int | plug (TQWidget *widget, int index=-1) |
Public Member Functions inherited from TDEAction | |
| TDEAction (const TQString &text, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name) | |
| TDEAction (const TQString &text, const TQIconSet &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name) | |
| TDEAction (const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name) | |
| TDEAction (const KGuiItem &item, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TDEActionCollection *parent, const char *name) | |
| TDEAction (const TQString &text, const TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0) | |
| TDEAction (const TQString &text, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0) | |
| TDEAction (const TQString &text, const TQIconSet &pix, const TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0) | |
| TDEAction (const TQString &text, const TQString &pix, const TDEShortcut &cut=TDEShortcut(), TQObject *parent=0, const char *name=0) | |
| TDEAction (const TQString &text, const TQIconSet &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0) | |
| TDEAction (const TQString &text, const TQString &pix, const TDEShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0) | |
| TDEAction (TQObject *parent=0, const char *name=0) | |
| virtual int | plug (TQWidget *widget, int index=-1) |
| virtual void | plugAccel (TDEAccel *accel, bool configurable=true) TDE_DEPRECATED |
| virtual void | unplug (TQWidget *w) |
| virtual void | unplugAccel () TDE_DEPRECATED |
| virtual bool | isPlugged () const |
| bool | isPlugged (const TQWidget *container) const |
| virtual bool | isPlugged (const TQWidget *container, int id) const |
| virtual bool | isPlugged (const TQWidget *container, const TQWidget *_representative) const |
| uint | tdeaccelCount () const |
| virtual TQString | text () const |
| virtual const TDEShortcut & | shortcut () const |
| virtual const TDEShortcut & | shortcutDefault () const |
| virtual bool | isEnabled () const |
| virtual bool | isShortcutConfigurable () const |
| virtual TQString | whatsThis () const |
| virtual TQString | toolTip () const |
| virtual TQIconSet | iconSet (TDEIcon::Group group, int size=0) const |
| TQIconSet | iconSet () const |
| int | accel () const TDE_DEPRECATED |
| void | setAccel (int key) TDE_DEPRECATED |
| void | setStatusText (const TQString &text) |
| int | menuId (int i) |
Additional Inherited Members | |
Public Types inherited from TDEAction | |
| enum | ActivationReason |
Signals inherited from TDEAction | |
| void | activated () |
| void | activated (TDEAction::ActivationReason reason, TQt::ButtonState state) |
Static Public Member Functions inherited from TDEAction | |
| static int | getToolButtonID () |
Protected Slots inherited from TDEAction | |
| void | slotPopupActivated () |
| void | slotButtonClicked (int, TQt::ButtonState state) |
Protected Member Functions inherited from TDEAction | |
| const KGuiItem & | guiItem () const |
Detailed Description
This action provides a list of available indenters and gets plugged into the KateView's TDEActionCollection.
Definition at line 195 of file kateautoindent.h.
Constructor & Destructor Documentation
◆ KateViewIndentationAction()
| KateViewIndentationAction::KateViewIndentationAction | ( | KateDocument * | _doc, |
| const TQString & | text, | ||
| TQObject * | parent = 0, |
||
| const char * | name = 0 |
||
| ) |
Definition at line 161 of file kateautoindent.cpp.
◆ ~KateViewIndentationAction()
|
inline |
Definition at line 202 of file kateautoindent.h.
Member Function Documentation
◆ slotAboutToShow
|
slot |
Definition at line 167 of file kateautoindent.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Slots inherited from