Eneboo - Documentación para desarrolladores
|
#include <cindent.h>
Métodos públicos | |
CIndent () | |
virtual | ~CIndent () |
void | indent (QTextDocument *doc, QTextParagraph *parag, int *oldIndent, int *newIndent) |
void | setTabSize (int ts) |
void | setIndentSize (int is) |
void | setAutoIndent (bool ai) |
void | setKeepTabs (bool kt) |
CIndent () | |
virtual | ~CIndent () |
void | indent (QTextDocument *doc, QTextParagraph *parag, int *oldIndent, int *newIndent) |
void | setTabSize (int ts) |
void | setIndentSize (int is) |
void | setAutoIndent (bool ai) |
void | setKeepTabs (bool kt) |
Atributos públicos | |
int | tabSize |
int | indentSize |
bool | autoIndent |
bool | keepTabs |
QTextDocument * | lastDoc |
CIndent::CIndent | ( | ) |
virtual CIndent::~CIndent | ( | ) | [inline, virtual] |
CIndent::CIndent | ( | ) |
virtual CIndent::~CIndent | ( | ) | [inline, virtual] |
void CIndent::indent | ( | QTextDocument * | doc, |
QTextParagraph * | parag, | ||
int * | oldIndent, | ||
int * | newIndent | ||
) | [virtual] |
Implementa QTextIndent.
void CIndent::indent | ( | QTextDocument * | doc, |
QTextParagraph * | parag, | ||
int * | oldIndent, | ||
int * | newIndent | ||
) | [virtual] |
Implementa QTextIndent.
void CIndent::setAutoIndent | ( | bool | ai | ) | [inline] |
void CIndent::setAutoIndent | ( | bool | ai | ) | [inline] |
void CIndent::setIndentSize | ( | int | is | ) |
void CIndent::setIndentSize | ( | int | is | ) |
void CIndent::setKeepTabs | ( | bool | kt | ) | [inline] |
void CIndent::setKeepTabs | ( | bool | kt | ) | [inline] |
void CIndent::setTabSize | ( | int | ts | ) |
void CIndent::setTabSize | ( | int | ts | ) |