|
FRX SDK Documentation 2025 SP0
|
#include <TextEditorSelection.h>
Public Member Functions | |
| TextEditorSelection (TextEditorLine *, TextEditorLine *) | |
| TextEditorSelection (TextEditorLocation const &, TextEditorLocation const &) | |
| TextEditorSelection (int, int) | |
| TextEditorSelection (void) | |
| bool | contains (TextEditorSelection const &) const |
| bool | is_empty (void) const |
| bool | operator!= (TextEditorSelection const &) const |
| bool | operator== (TextEditorSelection const &) const |
| TextEditorSelection & | operator= (TextEditorSelection const &) |
| void | empty (void) |
Definition at line 22 of file TextEditorSelection.h.
| TextEditorSelection::TextEditorSelection | ( | TextEditorLine * | , |
| TextEditorLine * | ) |
| TextEditorSelection::TextEditorSelection | ( | TextEditorLocation const & | , |
| TextEditorLocation const & | ) |
| TextEditorSelection::TextEditorSelection | ( | void | ) |
| bool TextEditorSelection::contains | ( | TextEditorSelection const & | ) | const |
| bool TextEditorSelection::operator!= | ( | TextEditorSelection const & | ) | const |
| TextEditorSelection & TextEditorSelection::operator= | ( | TextEditorSelection const & | ) |
| bool TextEditorSelection::operator== | ( | TextEditorSelection const & | ) | const |