Kate
#include <kateviewhelpers.h>

Signals | |
| void | triggered (QTextCodec *codec) |
Signals inherited from KAction | |
| void | authorized (KAuth::Action *action) |
| void | globalShortcutChanged (const QKeySequence &) |
| void | triggered (Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) |
Properties | |
| int | codecMib |
| QString | codecName |
Properties inherited from KAction | |
| KShortcut | globalShortcut |
| bool | globalShortcutAllowed |
| bool | globalShortcutEnabled |
| KShortcut | shortcut |
| bool | shortcutConfigurable |
Additional Inherited Members | |
Public Types inherited from KAction | |
| enum | GlobalShortcutLoading |
| enum | ShortcutType |
Detailed Description
Definition at line 244 of file kateviewhelpers.h.
Constructor & Destructor Documentation
| KateViewEncodingAction::KateViewEncodingAction | ( | KateDocument * | _doc, |
| KateView * | _view, | ||
| const QString & | text, | ||
| QObject * | parent | ||
| ) |
Definition at line 2272 of file kateviewhelpers.cpp.
| KateViewEncodingAction::~KateViewEncodingAction | ( | ) |
Definition at line 2281 of file kateviewhelpers.cpp.
Member Function Documentation
| QTextCodec * KateViewEncodingAction::codecForMib | ( | int | mib | ) | const |
Definition at line 2326 of file kateviewhelpers.cpp.
| QTextCodec * KateViewEncodingAction::currentCodec | ( | ) | const |
Definition at line 2337 of file kateviewhelpers.cpp.
| int KateViewEncodingAction::currentCodecMib | ( | ) | const |
Definition at line 2383 of file kateviewhelpers.cpp.
| QString KateViewEncodingAction::currentCodecName | ( | ) | const |
Definition at line 2373 of file kateviewhelpers.cpp.
Definition at line 2298 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentCodec | ( | QTextCodec * | codec | ) |
Definition at line 2342 of file kateviewhelpers.cpp.
Definition at line 2378 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentCodec | ( | int | mib | ) |
Definition at line 2388 of file kateviewhelpers.cpp.
|
signal |
Specific (proper) codec was selected.
Property Documentation
|
read |
Definition at line 249 of file kateviewhelpers.h.
|
readwrite |
Definition at line 248 of file kateviewhelpers.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from