Audacity 3.2.0
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
anonymous_namespace{ProjectWindows.cpp}::ProjectWindows Struct Referencefinal
Inheritance diagram for anonymous_namespace{ProjectWindows.cpp}::ProjectWindows:
[legend]
Collaboration diagram for anonymous_namespace{ProjectWindows.cpp}::ProjectWindows:
[legend]

Public Member Functions

 ProjectWindows (AudacityProject &project)
 
- Public Member Functions inherited from ClientData::Base
virtual ~Base ()
 

Static Public Member Functions

static ProjectWindowsGet (AudacityProject &project)
 
static const ProjectWindowsGet (const AudacityProject &project)
 

Public Attributes

wxWeakRef< wxWindow > mPanel {}
 
wxWeakRef< wxFrame > mFrame {}
 
AttachedWindows mAttachedWindows
 

Detailed Description

Definition at line 17 of file ProjectWindows.cpp.

Constructor & Destructor Documentation

◆ ProjectWindows()

anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::ProjectWindows ( AudacityProject project)
inlineexplicit

Definition at line 21 of file ProjectWindows.cpp.

Member Function Documentation

◆ Get() [1/2]

ProjectWindows & anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::Get ( AudacityProject project)
static

Definition at line 37 of file ProjectWindows.cpp.

38{
39 return project.AttachedObjects::Get< ProjectWindows >( key );
40}
const AudacityProject::AttachedObjects::RegisteredFactory key

References anonymous_namespace{ProjectWindows.cpp}::key, and project.

◆ Get() [2/2]

const ProjectWindows & anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::Get ( const AudacityProject project)
static

Definition at line 42 of file ProjectWindows.cpp.

43{
44 return Get( const_cast< AudacityProject & >( project ) );
45}
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
static ProjectWindows & Get(AudacityProject &project)

References BasicUI::Get(), and project.

Here is the call graph for this function:

Member Data Documentation

◆ mAttachedWindows

AttachedWindows anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::mAttachedWindows

Definition at line 28 of file ProjectWindows.cpp.

◆ mFrame

wxWeakRef< wxFrame > anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::mFrame {}

Definition at line 26 of file ProjectWindows.cpp.

◆ mPanel

wxWeakRef< wxWindow > anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::mPanel {}

Definition at line 25 of file ProjectWindows.cpp.


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