Audacity 3.2.0
Public Attributes | List of all members
ToolBarArrangement Class Reference

Small class that holds some layout information for an ExpandingToolBar. More...

Collaboration diagram for ToolBarArrangement:
[legend]

Public Attributes

std::vector< ExpandingToolBar * > childArray
 
std::vector< wxRect > rectArray
 
std::vector< int > rowArray
 

Detailed Description

Small class that holds some layout information for an ExpandingToolBar.

Definition at line 91 of file ExpandingToolBar.cpp.

Member Data Documentation

◆ childArray

std::vector<ExpandingToolBar*> ToolBarArrangement::childArray

Definition at line 94 of file ExpandingToolBar.cpp.

◆ rectArray

std::vector<wxRect> ToolBarArrangement::rectArray

Definition at line 95 of file ExpandingToolBar.cpp.

◆ rowArray

std::vector<int> ToolBarArrangement::rowArray

Definition at line 96 of file ExpandingToolBar.cpp.


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