Audacity 3.2.0
Public Attributes | List of all members
ThemeSet Struct Reference

#include <Theme.h>

Collaboration diagram for ThemeSet:
[legend]

Public Attributes

std::vector< wxImagemImages
 
std::vector< wxBitmap > mBitmaps
 
std::vector< wxColour > mColours
 
bool bInitialised = false
 
bool bRecolourOnLoad = false
 

Detailed Description

Definition at line 100 of file Theme.h.

Member Data Documentation

◆ bInitialised

bool ThemeSet::bInitialised = false

Definition at line 107 of file Theme.h.

Referenced by Theme::EnsureInitialised(), and Theme::RegisterImagesAndColours().

◆ bRecolourOnLoad

bool ThemeSet::bRecolourOnLoad = false

Definition at line 108 of file Theme.h.

Referenced by ThemeBase::LoadTheme(), and ThemeBase::ReadImageCache().

◆ mBitmaps

std::vector<wxBitmap> ThemeSet::mBitmaps

Definition at line 104 of file Theme.h.

◆ mColours

std::vector<wxColour> ThemeSet::mColours

Definition at line 105 of file Theme.h.

Referenced by ThemeBase::RegisterColour().

◆ mImages

std::vector<wxImage> ThemeSet::mImages

Definition at line 103 of file Theme.h.

Referenced by ThemeBase::RegisterImage().


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