Kate
KateViewEncodingAction Class Reference
#include <kateviewhelpers.h>

Detailed Description
Definition at line 193 of file kateviewhelpers.h.
Signals | |
| void | triggered (KEncodingProber::ProberType) |
| void | triggered (const QString &) |
| void | triggered (QTextCodec *codec) |
Public Member Functions | |
| QTextCodec * | codecForMib (int mib) const |
| QTextCodec * | currentCodec () const |
| int | currentCodecMib () const |
| QString | currentCodecName () const |
| KEncodingProber::ProberType | currentProberType () const |
| KateViewEncodingAction (KateDocument *_doc, KateView *_view, const QString &text, QObject *parent) | |
| int | mibForName (const QString &codecName, bool *ok=0) const |
| bool | setCurrentCodec (int mib) |
| bool | setCurrentCodec (const QString &codecName) |
| bool | setCurrentCodec (QTextCodec *codec) |
| bool | setCurrentProberType (KEncodingProber::ProberType) |
| ~KateViewEncodingAction () | |
Protected Slots | |
| virtual void | actionTriggered (QAction *) |
Properties | |
| int | codecMib |
| QString | codecName |
Constructor & Destructor Documentation
| KateViewEncodingAction::KateViewEncodingAction | ( | KateDocument * | _doc, | |
| KateView * | _view, | |||
| const QString & | text, | |||
| QObject * | parent | |||
| ) |
Definition at line 1628 of file kateviewhelpers.cpp.
| KateViewEncodingAction::~KateViewEncodingAction | ( | ) | [inline] |
Definition at line 203 of file kateviewhelpers.h.
Member Function Documentation
| void KateViewEncodingAction::actionTriggered | ( | QAction * | action | ) | [protected, virtual, slot] |
| QTextCodec * KateViewEncodingAction::codecForMib | ( | int | mib | ) | const |
Definition at line 1740 of file kateviewhelpers.cpp.
| QTextCodec * KateViewEncodingAction::currentCodec | ( | ) | const |
Definition at line 1751 of file kateviewhelpers.cpp.
| int KateViewEncodingAction::currentCodecMib | ( | ) | const |
Definition at line 1793 of file kateviewhelpers.cpp.
| QString KateViewEncodingAction::currentCodecName | ( | ) | const |
Definition at line 1783 of file kateviewhelpers.cpp.
| KEncodingProber::ProberType KateViewEncodingAction::currentProberType | ( | ) | const |
Definition at line 1664 of file kateviewhelpers.cpp.
Definition at line 1707 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentCodec | ( | int | mib | ) |
Definition at line 1798 of file kateviewhelpers.cpp.
Definition at line 1788 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentCodec | ( | QTextCodec * | codec | ) |
Definition at line 1756 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentProberType | ( | KEncodingProber::ProberType | scri | ) |
Definition at line 1671 of file kateviewhelpers.cpp.
| void KateViewEncodingAction::triggered | ( | KEncodingProber::ProberType | ) | [signal] |
Autodetection has been selected.
Applicable only if showAutoOptions in c'tor was true
| void KateViewEncodingAction::triggered | ( | const QString & | ) | [signal] |
| void KateViewEncodingAction::triggered | ( | QTextCodec * | codec | ) | [signal] |
Specific (proper) codec was selected.
Property Documentation
int KateViewEncodingAction::codecMib [read] |
Definition at line 198 of file kateviewhelpers.h.
QString KateViewEncodingAction::codecName [read, write] |
Definition at line 197 of file kateviewhelpers.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference