Guitar
Public Member Functions | Public Attributes | List of all members
texteditor::RowCol Struct Reference

#include <AbstractTextEditorApplication.h>

Public Member Functions

 RowCol (row_index_t row=0, col_index_t col=0)
 

Public Attributes

row_index_t row = 0
 
col_index_t col = 0
 

Constructor & Destructor Documentation

◆ RowCol()

texteditor::RowCol::RowCol ( row_index_t  row = 0,
col_index_t  col = 0 
)
inline

Member Data Documentation

◆ col

col_index_t texteditor::RowCol::col = 0

◆ row

row_index_t texteditor::RowCol::row = 0

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