Kate
#include <kateviewhelpers.h>
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 (QTextCodec *codec) |
bool | setCurrentCodec (const QString &codecName) |
bool | setCurrentCodec (int mib) |
Properties | |
int | codecMib |
QString | codecName |
Detailed Description
Definition at line 250 of file kateviewhelpers.h.
Constructor & Destructor Documentation
KateViewEncodingAction::KateViewEncodingAction | ( | KateDocument * | _doc, |
KateView * | _view, | ||
const QString & | text, | ||
QObject * | parent | ||
) |
Definition at line 2313 of file kateviewhelpers.cpp.
KateViewEncodingAction::~KateViewEncodingAction | ( | ) |
Definition at line 2322 of file kateviewhelpers.cpp.
Member Function Documentation
QTextCodec * KateViewEncodingAction::codecForMib | ( | int | mib | ) | const |
Definition at line 2367 of file kateviewhelpers.cpp.
QTextCodec * KateViewEncodingAction::currentCodec | ( | ) | const |
Definition at line 2378 of file kateviewhelpers.cpp.
int KateViewEncodingAction::currentCodecMib | ( | ) | const |
Definition at line 2424 of file kateviewhelpers.cpp.
QString KateViewEncodingAction::currentCodecName | ( | ) | const |
Definition at line 2414 of file kateviewhelpers.cpp.
int KateViewEncodingAction::mibForName | ( | const QString & | codecName, |
bool * | ok = 0 |
||
) | const |
Definition at line 2339 of file kateviewhelpers.cpp.
bool KateViewEncodingAction::setCurrentCodec | ( | QTextCodec * | codec | ) |
Definition at line 2383 of file kateviewhelpers.cpp.
bool KateViewEncodingAction::setCurrentCodec | ( | const QString & | codecName | ) |
Definition at line 2419 of file kateviewhelpers.cpp.
bool KateViewEncodingAction::setCurrentCodec | ( | int | mib | ) |
Definition at line 2429 of file kateviewhelpers.cpp.
|
signal |
Specific (proper) codec was selected.
Property Documentation
|
read |
Definition at line 255 of file kateviewhelpers.h.
|
readwrite |
Definition at line 254 of file kateviewhelpers.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.