Guitar
Public Types | Public Member Functions | Public Attributes | List of all members
SelectionAnchor Struct Reference

#include <AbstractCharacterBasedApplication.h>

Public Types

enum  Enabled { False, True }
 

Public Member Functions

int compare (SelectionAnchor const &a) const
 
bool operator== (SelectionAnchor const &a) const
 
bool operator!= (SelectionAnchor const &a) const
 
bool operator< (SelectionAnchor const &a) const
 
bool operator> (SelectionAnchor const &a) const
 
bool operator<= (SelectionAnchor const &a) const
 
bool operator>= (SelectionAnchor const &a) const
 

Public Attributes

Enabled enabled = False
 
int row = 0
 
int col = 0
 

Member Enumeration Documentation

◆ Enabled

Enumerator
False 
True 

Member Function Documentation

◆ compare()

int SelectionAnchor::compare ( SelectionAnchor const &  a) const
inline

◆ operator!=()

bool SelectionAnchor::operator!= ( SelectionAnchor const &  a) const
inline
Here is the call graph for this function:

◆ operator<()

bool SelectionAnchor::operator< ( SelectionAnchor const &  a) const
inline
Here is the call graph for this function:

◆ operator<=()

bool SelectionAnchor::operator<= ( SelectionAnchor const &  a) const
inline
Here is the call graph for this function:

◆ operator==()

bool SelectionAnchor::operator== ( SelectionAnchor const &  a) const
inline
Here is the call graph for this function:

◆ operator>()

bool SelectionAnchor::operator> ( SelectionAnchor const &  a) const
inline
Here is the call graph for this function:

◆ operator>=()

bool SelectionAnchor::operator>= ( SelectionAnchor const &  a) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ col

int SelectionAnchor::col = 0

◆ enabled

Enabled SelectionAnchor::enabled = False

◆ row

int SelectionAnchor::row = 0

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