mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
50578a2463
* Fix Multiple Issues With Timestamps * simplify * improve parsing of timestamps Co-authored-by: PabstMirror <pabstmirror@gmail.com>
21 lines
472 B
C++
21 lines
472 B
C++
PREP(getEnabledChannels);
|
|
PREP(initInsertMarker);
|
|
PREP(mapDisplayInitEH);
|
|
PREP(mapDrawEH);
|
|
PREP(onLBSelChangedChannel);
|
|
PREP(onLBSelChangedColor);
|
|
PREP(onLBSelChangedShape);
|
|
PREP(onSliderPosChangedAngle);
|
|
PREP(placeMarker);
|
|
PREP(sendMarkersJIP);
|
|
PREP(setMarkerJIP);
|
|
PREP(setMarkerNetwork);
|
|
PREP(canMove);
|
|
PREP(onMouseButtonDown);
|
|
PREP(onMouseButtonUp);
|
|
PREP(movePFH);
|
|
PREP(canTimestamp);
|
|
PREP(onButtonClickConfirm);
|
|
PREP(onCheckedChangedTimestamp);
|
|
PREP(removeTimestamp);
|