|
FRX SDK Documentation 2025 SP0
|
#include <TextEditorCharAttributes.h>
Public Member Functions | |
| TextEditorCharAttributes (void) | |
| bool | is_special (int) const |
| bool | same_attributes (TextEditorCharAttributes const &) const |
| bool | same_attributes (TextEditorCharAttributes const *) const |
| bool | same_display (TextEditorCharAttributes const &) const |
| bool | same_display (TextEditorCharAttributes const &, int) const |
| bool | same_display (TextEditorCharAttributes const *) const |
| bool | same_display_partial (TextEditorCharAttributes const &) const |
| bool | same_same (TextEditorCharAttributes const &) const |
| bool | same_special (TextEditorCharAttributes const &, int) const |
| TextEditorCharAttributes & | operator= (TextEditorCharAttributes const &) |
| void | clear_special (int) |
| void | copy_display (TextEditorCharAttributes const &) |
| void | override (TextEditor const *, TextEditorCharAttributes const &) |
| void | override (TextEditor const *, TextEditorCharAttributes const &, int) |
| void | set_override (TextEditorCharAttributes const &) |
Definition at line 21 of file TextEditorCharAttributes.h.
| TextEditorCharAttributes::TextEditorCharAttributes | ( | void | ) |
| void TextEditorCharAttributes::copy_display | ( | TextEditorCharAttributes const & | ) |
| TextEditorCharAttributes & TextEditorCharAttributes::operator= | ( | TextEditorCharAttributes const & | ) |
| void TextEditorCharAttributes::override | ( | TextEditor const * | , |
| TextEditorCharAttributes const & | ) |
| void TextEditorCharAttributes::override | ( | TextEditor const * | , |
| TextEditorCharAttributes const & | , | ||
| int | ) |
| bool TextEditorCharAttributes::same_attributes | ( | TextEditorCharAttributes const & | ) | const |
| bool TextEditorCharAttributes::same_attributes | ( | TextEditorCharAttributes const * | ) | const |
| bool TextEditorCharAttributes::same_display | ( | TextEditorCharAttributes const & | ) | const |
| bool TextEditorCharAttributes::same_display | ( | TextEditorCharAttributes const & | , |
| int | ) const |
| bool TextEditorCharAttributes::same_display | ( | TextEditorCharAttributes const * | ) | const |
| bool TextEditorCharAttributes::same_display_partial | ( | TextEditorCharAttributes const & | ) | const |
| bool TextEditorCharAttributes::same_same | ( | TextEditorCharAttributes const & | ) | const |
| bool TextEditorCharAttributes::same_special | ( | TextEditorCharAttributes const & | , |
| int | ) const |
| void TextEditorCharAttributes::set_override | ( | TextEditorCharAttributes const & | ) |