KateViewEncodingAction Class Reference
#include <kateviewhelpers.h>
Inheritance diagram for KateViewEncodingAction:

Signals | |
| void | triggered (QTextCodec *codec) |
Public Member Functions | |
| KateViewEncodingAction (KateDocument *_doc, KateView *_view, const QString &text, QObject *parent) | |
| ~KateViewEncodingAction () | |
| QTextCodec * | codecForMib (int mib) const |
| QTextCodec * | currentCodec () const |
| int | currentCodecMib () const |
| QString | currentCodecName () const |
| int | mibForName (const QString &codecName, bool *ok=0) const |
| bool | setCurrentCodec (const QString &codecName) |
| bool | setCurrentCodec (QTextCodec *codec) |
| bool | setCurrentCodec (int mib) |
Properties | |
| int | codecMib |
| QString | codecName |
Detailed Description
Definition at line 202 of file kateviewhelpers.h.
Constructor & Destructor Documentation
| KateViewEncodingAction::KateViewEncodingAction | ( | KateDocument * | _doc, |
| KateView * | _view, | ||
| const QString & | text, | ||
| QObject * | parent | ||
| ) |
Definition at line 1712 of file kateviewhelpers.cpp.
| KateViewEncodingAction::~KateViewEncodingAction | ( | ) |
Definition at line 1721 of file kateviewhelpers.cpp.
Member Function Documentation
| QTextCodec * KateViewEncodingAction::codecForMib | ( | int | mib | ) | const |
Definition at line 1766 of file kateviewhelpers.cpp.
| QTextCodec * KateViewEncodingAction::currentCodec | ( | ) | const |
Definition at line 1777 of file kateviewhelpers.cpp.
| int KateViewEncodingAction::currentCodecMib | ( | ) | const |
Definition at line 1823 of file kateviewhelpers.cpp.
| QString KateViewEncodingAction::currentCodecName | ( | ) | const |
Definition at line 1813 of file kateviewhelpers.cpp.
Definition at line 1738 of file kateviewhelpers.cpp.
Definition at line 1818 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentCodec | ( | QTextCodec * | codec | ) |
Definition at line 1782 of file kateviewhelpers.cpp.
| bool KateViewEncodingAction::setCurrentCodec | ( | int | mib | ) |
Definition at line 1828 of file kateviewhelpers.cpp.
| void KateViewEncodingAction::triggered | ( | QTextCodec * | codec | ) | [signal] |
Specific (proper) codec was selected.
Property Documentation
int KateViewEncodingAction::codecMib [read] |
Definition at line 207 of file kateviewhelpers.h.
QString KateViewEncodingAction::codecName [read, write] |
Definition at line 206 of file kateviewhelpers.h.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference