Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
ToolBarConfiguration::Tree Struct Reference
Collaboration diagram for ToolBarConfiguration::Tree:
[legend]

Public Member Functions

void swap (Tree &that)
 

Public Attributes

ToolBarpBar {}
 
Forest children
 

Detailed Description

Definition at line 273 of file ToolDock.h.

Member Function Documentation

◆ swap()

void ToolBarConfiguration::Tree::swap ( Tree that)
inline

Definition at line 278 of file ToolDock.h.

279 {
280 std::swap(pBar, that.pBar);
281 children.swap(that.children);
282 }
void swap(std::unique_ptr< Alg_seq > &a, std::unique_ptr< Alg_seq > &b)
Definition: NoteTrack.cpp:628

References children, pBar, and anonymous_namespace{NoteTrack.cpp}::swap().

Referenced by ToolBarConfiguration::Remove().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ children

Forest ToolBarConfiguration::Tree::children

◆ pBar

ToolBar* ToolBarConfiguration::Tree::pBar {}

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