Audacity  3.0.3
Public Attributes | List of all members
ItemData Struct Reference
Collaboration diagram for ItemData:
[legend]

Public Attributes

std::vector< PluginDescriptor * > plugs
 
wxString name
 
PluginPath path
 
int state
 
bool valid
 
int nameWidth
 
int pathWidth
 
int stateWidth
 

Detailed Description

Definition at line 382 of file PluginManager.cpp.

Member Data Documentation

◆ name

wxString ItemData::name

◆ nameWidth

int ItemData::nameWidth

Definition at line 389 of file PluginManager.cpp.

◆ path

PluginPath ItemData::path

◆ pathWidth

int ItemData::pathWidth

Definition at line 390 of file PluginManager.cpp.

◆ plugs

std::vector<PluginDescriptor*> ItemData::plugs

◆ state

int ItemData::state

◆ stateWidth

int ItemData::stateWidth

Definition at line 391 of file PluginManager.cpp.

◆ valid

bool ItemData::valid

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