Audacity 3.2.0
|
Public Attributes | |
UIHandlePtr | mUIHandle |
std::weak_ptr< TrackPanelCell > | mLastCell |
std::vector< UIHandlePtr > | mTargets |
size_t | mTarget {} |
unsigned | mMouseOverUpdateFlags {} |
int | mMouseMostRecentX |
int | mMouseMostRecentY |
std::weak_ptr< TrackPanelCell > | mpClickedCell |
bool | mEnableTab {} |
Definition at line 100 of file CellularPanel.cpp.
bool CellularPanel::State::mEnableTab {} |
Definition at line 114 of file CellularPanel.cpp.
std::weak_ptr<TrackPanelCell> CellularPanel::State::mLastCell |
Definition at line 104 of file CellularPanel.cpp.
int CellularPanel::State::mMouseMostRecentX |
Definition at line 109 of file CellularPanel.cpp.
int CellularPanel::State::mMouseMostRecentY |
Definition at line 110 of file CellularPanel.cpp.
unsigned CellularPanel::State::mMouseOverUpdateFlags {} |
Definition at line 107 of file CellularPanel.cpp.
std::weak_ptr<TrackPanelCell> CellularPanel::State::mpClickedCell |
Definition at line 112 of file CellularPanel.cpp.
size_t CellularPanel::State::mTarget {} |
Definition at line 106 of file CellularPanel.cpp.
std::vector<UIHandlePtr> CellularPanel::State::mTargets |
Definition at line 105 of file CellularPanel.cpp.
UIHandlePtr CellularPanel::State::mUIHandle |
Definition at line 102 of file CellularPanel.cpp.