#include "ASlider.h"
#include <math.h>
#include <wx/setup.h>
#include <wx/defs.h>
#include <wx/dcbuffer.h>
#include <wx/frame.h>
#include <wx/graphics.h>
#include <wx/panel.h>
#include <wx/tooltip.h>
#include <wx/debug.h>
#include <wx/textctrl.h>
#include <wx/valtext.h>
#include <wx/statline.h>
#include <wx/settings.h>
#include <wx/popupwin.h>
#include <wx/window.h>
#include <wx/display.h>
#include "AColor.h"
#include "ImageManipulation.h"
#include "Project.h"
#include "ProjectStatus.h"
#include "../ProjectWindowBase.h"
#include "ShuttleGui.h"
#include "Theme.h"
#include "valnum.h"
#include "AllThemeResources.h"
Go to the source code of this file.
◆ OPTIONAL_SLIDER_TICKS
#define OPTIONAL_SLIDER_TICKS |
◆ END_EVENT_TABLE()
◆ disabledRightBegin
const wxPoint2DDouble disabledRightBegin[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 9, 2 ),
wxPoint2DDouble( 9, 8 ),
}
Definition at line 468 of file ASlider.cpp.
◆ disabledRightEnd
const wxPoint2DDouble disabledRightEnd[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 9, 8 ),
wxPoint2DDouble( 6, 11 ),
}
Definition at line 473 of file ASlider.cpp.
◆ disabledStripesBegin
const wxPoint2DDouble disabledStripesBegin[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 3, 2 ),
wxPoint2DDouble( 5, 2 ),
wxPoint2DDouble( 7, 2 ),
wxPoint2DDouble( 2, 3 ),
wxPoint2DDouble( 2, 5 ),
wxPoint2DDouble( 2, 7 ),
}
Definition at line 448 of file ASlider.cpp.
◆ disabledStripesEnd
const wxPoint2DDouble disabledStripesEnd[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 8, 7 ),
wxPoint2DDouble( 8, 5 ),
wxPoint2DDouble( 8, 3 ),
wxPoint2DDouble( 7, 8 ),
wxPoint2DDouble( 6, 9 ),
wxPoint2DDouble( 5, 10 ),
}
Definition at line 457 of file ASlider.cpp.
◆ enabledLeftBegin
const wxPoint2DDouble enabledLeftBegin[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 2, 1 ),
wxPoint2DDouble( 1, 2 ),
wxPoint2DDouble( 1, 8 ),
wxPoint2DDouble( 4, 4 ),
wxPoint2DDouble( 4, 7 )
}
Definition at line 414 of file ASlider.cpp.
◆ enabledLeftEnd
const wxPoint2DDouble enabledLeftEnd[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 8, 1 ),
wxPoint2DDouble( 1, 8 ),
wxPoint2DDouble( 5, 12 ),
wxPoint2DDouble( 6, 4 ),
wxPoint2DDouble( 6, 7 )
}
Definition at line 422 of file ASlider.cpp.
◆ enabledRightBegin
const wxPoint2DDouble enabledRightBegin[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 9, 2 ),
wxPoint2DDouble( 9, 8 ),
wxPoint2DDouble( 4, 5 ),
wxPoint2DDouble( 4, 8 ),
}
Definition at line 432 of file ASlider.cpp.
◆ enabledRightEnd
const wxPoint2DDouble enabledRightEnd[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 9, 8 ),
wxPoint2DDouble( 6, 11 ),
wxPoint2DDouble( 6, 5 ),
wxPoint2DDouble( 6, 8 )
}
Definition at line 439 of file ASlider.cpp.
◆ outer
const wxPoint2DDouble outer[] |
|
static |
Initial value:=
{
wxPoint2DDouble( 2, 0 ),
wxPoint2DDouble( 8, 0 ),
wxPoint2DDouble( 10, 2 ),
wxPoint2DDouble( 10, 8 ),
wxPoint2DDouble( 5, 13 ),
wxPoint2DDouble( 0, 8 ),
wxPoint2DDouble( 0, 2 ),
wxPoint2DDouble( 2, 0 )
}
Definition at line 401 of file ASlider.cpp.
Referenced by GetWaveYPos(), and TimeToolBar::SetResizingLimits().
◆ sliderFontSize
const int sliderFontSize = 10 |