#include <ident.h>
Connecteurs publics | |
void | texteChange (int, int, int) |
Fonctions membres publiques | |
Indent (QTextEdit *e) | |
Constructeur. | |
void | indenter (QString) |
fonction d'identation. | |
Attributs privés | |
QTextEdit * | editeur |
Indent::Indent | ( | QTextEdit * | e | ) |
Constructeur.
Constructeur d'ident
parametre | : QTextEdit e correspondant a l'editeur |
void Indent::indenter | ( | QString | s | ) |
fonction d'identation.
QString | S : reçoit directement le contenu du QTexte edit. |
void Indent::texteChange | ( | int | pos, | |
int | ajout, | |||
int | enleve | |||
) | [slot] |
QTextEdit* Indent::editeur [private] |