Audacity 3.2.0
|
#include "LabelGlyphHandle.h"
#include "LabelTrackView.h"
#include "../../../HitTestResult.h"
#include "LabelTrack.h"
#include "ProjectHistory.h"
#include "../../../RefreshCode.h"
#include "../../../TrackPanelMouseEvent.h"
#include "UndoManager.h"
#include "ViewInfo.h"
#include "SelectionState.h"
#include "ProjectAudioIO.h"
#include "../../../../images/Cursors.h"
#include <wx/cursor.h>
#include <wx/event.h>
#include <wx/translation.h>
#include <cassert>
Go to the source code of this file.
Functions | |
static int | Constrain (int value, int min, int max) |
|
static |
Definition at line 280 of file LabelGlyphHandle.cpp.
References min().
Referenced by LabelGlyphHandle::HandleGlyphDragRelease().