Inherits GridEditorRepositoryBase.
Inherited by
GridMemoEditorRepository ( GridViewBase * view ) | |
bool | acceptRichText () const |
QTextEdit::AutoFormatting | autoFormatting () const |
QTextCharFormat | currentCharFormat () const |
int | cursorWidth () const |
const QString & | documentTitle () const |
bool | isHTML () const |
bool | isUndoRedoEnabled () const |
int | lineWrapColumnOrWidth () const |
QTextEdit::LineWrapMode | lineWrapMode () const |
bool | overwriteMode () const |
void | setAcceptRichText ( bool accept ) |
void | setAutoFormatting ( QTextEdit::AutoFormatting features ) |
void | setCurrentCharFormat ( const QTextCharFormat & format ) |
void | setCursorWidth ( int width ) |
void | setDocumentTitle ( const QString & title ) |
void | setHTML ( bool html ) |
void | setLineWrapColumnOrWidth ( int w ) |
void | setLineWrapMode ( QTextEdit::LineWrapMode mode ) |
void | setOverwriteMode ( bool overwrite ) |
void | setTabChangesFocus ( bool b ) |
void | setTabStopWidth ( int width ) |
void | setUndoRedoEnabled ( bool enable ) |
void | setWordWrapMode ( QTextOption::WrapMode policy ) |
bool | tabChangesFocus () const |
int | tabStopWidth () const |
QTextOption::WrapMode | wordWrapMode () const |
virtual GridEditor * | createEditor ( GridEditorSite * site ) |
virtual int | heightHint ( int width, const QVariant & v ) |
void | setProperties ( QTextEdit * edit ) const |
See also setAcceptRichText().
See also setAutoFormatting().
See also setCurrentCharFormat().
See also setCursorWidth().
See also setDocumentTitle().
See also setLineWrapColumnOrWidth().
See also setLineWrapMode().
See also setOverwriteMode().
See also acceptRichText().
See also autoFormatting().
See also currentCharFormat().
See also cursorWidth().
See also documentTitle().
See also isHTML().
See also lineWrapColumnOrWidth().
See also lineWrapMode().
See also overwriteMode().
See also tabChangesFocus().
See also tabStopWidth().
See also isUndoRedoEnabled().
See also wordWrapMode().
See also setTabChangesFocus().
See also setTabStopWidth().
See also setWordWrapMode().