RADLib
RADical C++ application framework
RADUi::LayoutItem Struct Reference

Grid layout item descriptor. More...

#include <RADWidgets.h>

Public Attributes

std::string id
 Stable id for the item. More...
 
int row = 0
 Starting grid row. More...
 
int column = 0
 Starting grid column. More...
 
int rowSpan = 1
 Number of rows occupied. More...
 
int columnSpan = 1
 Number of columns occupied. More...
 

Detailed Description

Grid layout item descriptor.

Member Data Documentation

◆ column

int RADUi::LayoutItem::column = 0

Starting grid column.

◆ columnSpan

int RADUi::LayoutItem::columnSpan = 1

Number of columns occupied.

◆ id

std::string RADUi::LayoutItem::id

Stable id for the item.

◆ row

int RADUi::LayoutItem::row = 0

Starting grid row.

◆ rowSpan

int RADUi::LayoutItem::rowSpan = 1

Number of rows occupied.


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