Audacity 3.2.0
Public Member Functions | List of all members
ProjectStatus::RegisteredStatusWidthFunction Struct Reference

#include <ProjectStatus.h>

Public Member Functions

 RegisteredStatusWidthFunction (const StatusWidthFunction &function)
 

Detailed Description

Definition at line 130 of file ProjectStatus.h.

Constructor & Destructor Documentation

◆ RegisteredStatusWidthFunction()

ProjectStatus::RegisteredStatusWidthFunction::RegisteredStatusWidthFunction ( const StatusWidthFunction function)
explicit

Definition at line 60 of file ProjectStatus.cpp.

62{
63 statusWidthFunctions().emplace_back( function );
64}
ProjectStatus::StatusWidthFunctions & statusWidthFunctions()

References anonymous_namespace{ProjectStatus.cpp}::statusWidthFunctions().

Here is the call graph for this function:

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