|
FRX SDK Documentation 2025 SP0
|
#include <TextEditorNumbering.h>
Public Member Functions | |
| TextEditorNumbering (void) | |
| bool | operator!= (TextEditorNumbering const &) const |
| bool | operator== (TextEditorNumbering const &) const |
| TextEditorCharAttributes const & | char_attributes (void) const |
| TextEditorNumbering & | operator= (TextEditorNumbering const &) |
| int | type (void) const |
| void | set_bullet (wchar_t) |
| void | set_char_attributes (TextEditorCharAttributes const &) |
| void | set_separator (wchar_t) |
| void | set_type (int) |
| wchar_t | bullet (void) const |
| wchar_t | separator (void) const |
Static Public Attributes | |
| static ARX_API_STATIC wchar_t const | kDefaultBulletCode |
| static ARX_API_STATIC wchar_t const | kDefaultSeparatorCode |
Definition at line 21 of file TextEditorNumbering.h.
| TextEditorNumbering::TextEditorNumbering | ( | void | ) |
| TextEditorCharAttributes const & TextEditorNumbering::char_attributes | ( | void | ) | const |
| bool TextEditorNumbering::operator!= | ( | TextEditorNumbering const & | ) | const |
| TextEditorNumbering & TextEditorNumbering::operator= | ( | TextEditorNumbering const & | ) |
| bool TextEditorNumbering::operator== | ( | TextEditorNumbering const & | ) | const |
| void TextEditorNumbering::set_char_attributes | ( | TextEditorCharAttributes const & | ) |
|
static |
Definition at line 24 of file TextEditorNumbering.h.
|
static |
Definition at line 25 of file TextEditorNumbering.h.