|
void | toggleLoop (bool) |
|
void | toggleLoopControl (bool) |
|
|
void | soundClick (bool) |
|
void | fpsClick (int) |
|
void | loopStartClick (int) |
|
void | loopEndClick (int) |
|
void | rangeStateChange () |
|
|
| TimeControls (TimeLine *parent=0) |
|
void | initUI () |
|
void | updateUI () |
|
void | setFps (int value) |
|
void | setCore (Editor *editor) |
|
void | updateLength (int frameLength) |
|
void | updatePlayState () |
|
int | getRangeLower () |
|
int | getRangeUpper () |
|
|
void | updateSoundIcon (bool soundEnabled) |
|
|
void | makeConnections () |
|
void | playButtonClicked () |
|
void | jumpToStartButtonClicked () |
|
void | jumpToEndButtonClicked () |
|
void | loopButtonClicked (bool bChecked) |
|
void | playbackRangeClicked (bool bChecked) |
|
void | preLoopStartClick (int) |
|
|
QPushButton * | mPlayButton = nullptr |
|
QPushButton * | mJumpToEndButton = nullptr |
|
QPushButton * | mJumpToStartButton = nullptr |
|
QPushButton * | mLoopButton = nullptr |
|
QPushButton * | mSoundButton = nullptr |
|
QSpinBox * | mFpsBox = nullptr |
|
QCheckBox * | mPlaybackRangeCheckBox = nullptr |
|
QSpinBox * | mLoopStartSpinBox = nullptr |
|
QSpinBox * | mLoopEndSpinBox = nullptr |
|
QIcon | mStartIcon |
|
QIcon | mStopIcon |
|
QIcon | mLoopIcon |
|
QIcon | mSoundIcon |
|
QIcon | mJumpToEndIcon |
|
QIcon | mJumpToStartIcon |
|
Editor * | mEditor = nullptr |
|
Definition at line 31 of file timecontrols.h.
The documentation for this class was generated from the following files:
- /home/travis/build/scribblemaniac/pencil/core_lib/interface/timecontrols.h
- /home/travis/build/scribblemaniac/pencil/core_lib/interface/timecontrols.cpp