|
| wxInt64 | anonymous_namespace{SelectHandle.cpp}::FrequencyToPosition (const WaveChannel &wc, double frequency, wxInt64 trackTopEdge, int trackHeight) |
| | Converts a frequency to screen y position. More...
|
| |
| double | anonymous_namespace{SelectHandle.cpp}::PositionToFrequency (const WaveChannel &wc, bool maySnap, wxInt64 mouseYCoordinate, wxInt64 trackTopEdge, int trackHeight) |
| |
| template<typename T > |
| void | anonymous_namespace{SelectHandle.cpp}::SetIfNotNull (T *pValue, const T Value) |
| |
| bool | anonymous_namespace{SelectHandle.cpp}::isSpectralSelectionView (const ChannelView &channelView) |
| |
| SelectionBoundary | anonymous_namespace{SelectHandle.cpp}::ChooseTimeBoundary (const double t0, const double t1, const ViewInfo &viewInfo, double selend, bool onlyWithinSnapDistance, wxInt64 *pPixelDist, double *pPinValue) |
| |
| SelectionBoundary | anonymous_namespace{SelectHandle.cpp}::ChooseBoundary (const ViewInfo &viewInfo, wxCoord xx, wxCoord yy, const ChannelView &channelView, const wxRect &rect, bool mayDragWidth, bool onlyWithinSnapDistance, double *pPinValue=NULL) |
| |
| wxCursor * | anonymous_namespace{SelectHandle.cpp}::SelectCursor () |
| |
| wxCursor * | anonymous_namespace{SelectHandle.cpp}::EnvelopeCursor () |
| |
| void | anonymous_namespace{SelectHandle.cpp}::SetTipAndCursorForBoundary (SelectionBoundary boundary, bool frequencySnapping, TranslatableString &tip, wxCursor *&pCursor) |
| |
| template<class A , class B , class DIST > |
| bool | anonymous_namespace{SelectHandle.cpp}::within (A a, B b, DIST d) |
| |
| double | anonymous_namespace{SelectHandle.cpp}::findMaxRatio (double center, double rate) |
| |