Audacity 3.2.0
Public Attributes | List of all members
CellularPanel::State Struct Reference
Collaboration diagram for CellularPanel::State:
[legend]

Public Attributes

UIHandlePtr mUIHandle
 
std::weak_ptr< TrackPanelCellmLastCell
 
std::vector< UIHandlePtrmTargets
 
size_t mTarget {}
 
unsigned mMouseOverUpdateFlags {}
 
int mMouseMostRecentX
 
int mMouseMostRecentY
 
std::weak_ptr< TrackPanelCellmpClickedCell
 
bool mEnableTab {}
 

Detailed Description

Definition at line 100 of file CellularPanel.cpp.

Member Data Documentation

◆ mEnableTab

bool CellularPanel::State::mEnableTab {}

Definition at line 114 of file CellularPanel.cpp.

◆ mLastCell

std::weak_ptr<TrackPanelCell> CellularPanel::State::mLastCell

Definition at line 104 of file CellularPanel.cpp.

◆ mMouseMostRecentX

int CellularPanel::State::mMouseMostRecentX

Definition at line 109 of file CellularPanel.cpp.

◆ mMouseMostRecentY

int CellularPanel::State::mMouseMostRecentY

Definition at line 110 of file CellularPanel.cpp.

◆ mMouseOverUpdateFlags

unsigned CellularPanel::State::mMouseOverUpdateFlags {}

Definition at line 107 of file CellularPanel.cpp.

◆ mpClickedCell

std::weak_ptr<TrackPanelCell> CellularPanel::State::mpClickedCell

Definition at line 112 of file CellularPanel.cpp.

◆ mTarget

size_t CellularPanel::State::mTarget {}

Definition at line 106 of file CellularPanel.cpp.

◆ mTargets

std::vector<UIHandlePtr> CellularPanel::State::mTargets

Definition at line 105 of file CellularPanel.cpp.

◆ mUIHandle

UIHandlePtr CellularPanel::State::mUIHandle

Definition at line 102 of file CellularPanel.cpp.


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