Ardour  8.7-15-gadf511264b
ArdourCanvas::Table::CellInfo Struct Reference

Public Member Functions

 CellInfo (Item *i, PackOptions ro, PackOptions co, Index const &ul, Index const &lr, FourDimensions const &p)
 

Public Attributes

Itemcontent
 
PackOptions row_options
 
PackOptions col_options
 
Index upper_left
 
Index lower_right
 
Duple natural_size
 
Duple allocate_size
 
Rect full_size
 
FourDimensions padding
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CellInfo()

ArdourCanvas::Table::CellInfo::CellInfo ( Item i,
PackOptions  ro,
PackOptions  co,
Index const &  ul,
Index const &  lr,
FourDimensions const &  p 
)
inline

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

Member Data Documentation

◆ allocate_size

Duple ArdourCanvas::Table::CellInfo::allocate_size

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

◆ col_options

PackOptions ArdourCanvas::Table::CellInfo::col_options

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

◆ content

Item* ArdourCanvas::Table::CellInfo::content

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

◆ full_size

Rect ArdourCanvas::Table::CellInfo::full_size

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

◆ lower_right

Index ArdourCanvas::Table::CellInfo::lower_right

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

◆ natural_size

Duple ArdourCanvas::Table::CellInfo::natural_size

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

◆ padding

FourDimensions ArdourCanvas::Table::CellInfo::padding

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

◆ row_options

PackOptions ArdourCanvas::Table::CellInfo::row_options

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

◆ upper_left

Index ArdourCanvas::Table::CellInfo::upper_left

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


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