#include <TextEditor.h>
Definition at line 68 of file TextEditor.h.
◆ Coordinates() [1/2]
| TextEditor::Coordinates::Coordinates |
( |
| ) |
|
|
inline |
◆ Coordinates() [2/2]
| TextEditor::Coordinates::Coordinates |
( |
int |
aLine, |
|
|
int |
aColumn |
|
) |
| |
|
inline |
Definition at line 72 of file TextEditor.h.
73 {
74 assert(aLine >= 0);
75 assert(aColumn >= 0);
76 }
◆ Invalid()
| static Coordinates TextEditor::Coordinates::Invalid |
( |
| ) |
|
|
inlinestatic |
◆ operator!=()
| bool TextEditor::Coordinates::operator!= |
( |
const Coordinates & |
o | ) |
const |
|
inline |
◆ operator<()
| bool TextEditor::Coordinates::operator< |
( |
const Coordinates & |
o | ) |
const |
|
inline |
◆ operator<=()
| bool TextEditor::Coordinates::operator<= |
( |
const Coordinates & |
o | ) |
const |
|
inline |
◆ operator==()
| bool TextEditor::Coordinates::operator== |
( |
const Coordinates & |
o | ) |
const |
|
inline |
◆ operator>()
| bool TextEditor::Coordinates::operator> |
( |
const Coordinates & |
o | ) |
const |
|
inline |
◆ operator>=()
| bool TextEditor::Coordinates::operator>= |
( |
const Coordinates & |
o | ) |
const |
|
inline |
◆ mColumn
| int TextEditor::Coordinates::mColumn |
◆ mLine
| int TextEditor::Coordinates::mLine |
The documentation for this struct was generated from the following file: