MCPcopy Create free account
hub / github.com/audacity/audacity / RowData

Class RowData

src/LabelDialog.cpp:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class RowData
59{
60 public:
61 RowData(int index_, const wxString &title_, const SelectedRegion &selectedRegion_)
62 : index(index_), title(title_), selectedRegion(selectedRegion_)
63 {}
64
65 int index;
66 wxString title;
67 SelectedRegion selectedRegion;
68};
69
70enum {
71 ID_INSERTA = 11000,

Callers 2

AddLabelsMethod · 0.70
OnInsertMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected