yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
TextEditor::Coordinates Struct Reference

#include <text_editor.h>

Public Member Functions

 Coordinates ()
 
 Coordinates (int aLine, int aColumn)
 
bool operator== (const Coordinates &o) const
 
bool operator!= (const Coordinates &o) const
 
bool operator< (const Coordinates &o) const
 
bool operator> (const Coordinates &o) const
 
bool operator<= (const Coordinates &o) const
 
bool operator>= (const Coordinates &o) const
 

Static Public Member Functions

static Coordinates Invalid ()
 

Public Attributes

int mLine
 
int mColumn
 

Detailed Description

Definition at line 62 of file text_editor.h.

Constructor & Destructor Documentation

◆ Coordinates() [1/2]

TextEditor::Coordinates::Coordinates ( )
inline

Definition at line 64 of file text_editor.h.

References mColumn, and mLine.

Referenced by Invalid(), operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().

◆ Coordinates() [2/2]

TextEditor::Coordinates::Coordinates ( int aLine,
int aColumn )
inline

Definition at line 65 of file text_editor.h.

References mColumn, and mLine.

Member Function Documentation

◆ Invalid()

static Coordinates TextEditor::Coordinates::Invalid ( )
inlinestatic

Definition at line 69 of file text_editor.h.

References Coordinates().

Here is the call graph for this function:

◆ operator==()

bool TextEditor::Coordinates::operator== ( const Coordinates & o) const
inline

Definition at line 74 of file text_editor.h.

References Coordinates(), mColumn, and mLine.

Here is the call graph for this function:

◆ operator!=()

bool TextEditor::Coordinates::operator!= ( const Coordinates & o) const
inline

Definition at line 78 of file text_editor.h.

References Coordinates(), mColumn, and mLine.

Here is the call graph for this function:

◆ operator<()

bool TextEditor::Coordinates::operator< ( const Coordinates & o) const
inline

Definition at line 82 of file text_editor.h.

References Coordinates(), mColumn, and mLine.

Here is the call graph for this function:

◆ operator>()

bool TextEditor::Coordinates::operator> ( const Coordinates & o) const
inline

Definition at line 87 of file text_editor.h.

References Coordinates(), mColumn, and mLine.

Here is the call graph for this function:

◆ operator<=()

bool TextEditor::Coordinates::operator<= ( const Coordinates & o) const
inline

Definition at line 92 of file text_editor.h.

References Coordinates(), mColumn, and mLine.

Here is the call graph for this function:

◆ operator>=()

bool TextEditor::Coordinates::operator>= ( const Coordinates & o) const
inline

Definition at line 97 of file text_editor.h.

References Coordinates(), mColumn, and mLine.

Here is the call graph for this function:

Member Data Documentation

◆ mLine

◆ mColumn


The documentation for this struct was generated from the following file: