Audacity 3.2.0
Classes | Macros
Grid.h File Reference
#include <vector>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/grid.h>
#include "NumericTextCtrl.h"
Include dependency graph for Grid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NumericEditor
 wxGridCellEditor for the NumericTextCtrl. More...
 
class  NumericRenderer
 wxGridCellRenderer for the NumericTextCtrl. More...
 
class  ChoiceEditor
 Modified version of wxGridChoiceEditor using wxChoice instead of wxComboBox. More...
 
class  ChoiceEditor::FocusHandler
 
class  Grid
 Supplies an accessible grid based on wxGrid. More...
 

Macros

#define GRID_VALUE_TIME   wxT("Time")
 
#define GRID_VALUE_FREQUENCY   wxT("Frequency")
 
#define GRID_VALUE_CHOICE   wxT("Choice")
 

Macro Definition Documentation

◆ GRID_VALUE_CHOICE

#define GRID_VALUE_CHOICE   wxT("Choice")

Definition at line 123 of file Grid.h.

◆ GRID_VALUE_FREQUENCY

#define GRID_VALUE_FREQUENCY   wxT("Frequency")

Definition at line 37 of file Grid.h.

◆ GRID_VALUE_TIME

#define GRID_VALUE_TIME   wxT("Time")

Definition at line 36 of file Grid.h.