Avara3D 0.2.0
C++ API reference
a3d::ui::Panel::SectionConfig Struct Reference

Controls the optional separator line and capitalization of section headings. More...

#include <a3d/ui/Panel.h>

Static Public Member Functions

static SectionConfig Default ()
 Returns the default section-heading configuration. More...
 

Public Attributes

bool line {true}
 Draw a separator line beneath the heading when true. More...
 
bool uppercase {false}
 Convert the displayed heading to uppercase when true. More...
 

Detailed Description

Controls the optional separator line and capitalization of section headings.

Definition at line 64 of file Panel.h.

Member Function Documentation

◆ Default()

static SectionConfig a3d::ui::Panel::SectionConfig::Default ( )
inlinestatic

Returns the default section-heading configuration.

Definition at line 69 of file Panel.h.

Member Data Documentation

◆ line

bool a3d::ui::Panel::SectionConfig::line {true}

Draw a separator line beneath the heading when true.

Definition at line 65 of file Panel.h.

◆ uppercase

bool a3d::ui::Panel::SectionConfig::uppercase {false}

Convert the displayed heading to uppercase when true.

Definition at line 66 of file Panel.h.


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