Ardour  9.0-pre0-386-g96ef4d20f2
ArdourCanvas::Table::Index Struct Reference

#include <table.h>

Public Member Functions

 Index (uint32_t xv, uint32_t yv)
 
bool operator== (Index const &other) const
 

Public Attributes

uint32_t x
 
uint32_t y
 

Detailed Description

Definition at line 59 of file canvas/canvas/table.h.

Constructor & Destructor Documentation

◆ Index()

ArdourCanvas::Table::Index::Index ( uint32_t  xv,
uint32_t  yv 
)
inline

Definition at line 60 of file canvas/canvas/table.h.

Member Function Documentation

◆ operator==()

bool ArdourCanvas::Table::Index::operator== ( Index const &  other) const
inline

Definition at line 62 of file canvas/canvas/table.h.

Member Data Documentation

◆ x

uint32_t ArdourCanvas::Table::Index::x

Definition at line 66 of file canvas/canvas/table.h.

◆ y

uint32_t ArdourCanvas::Table::Index::y

Definition at line 67 of file canvas/canvas/table.h.


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