|
hydrogen 1.2.3
|
Shot List. More...
#include <ShotList.h>
Data Structures | |
| class | Arg |
| Buffer for construction of Q_ARGs. More... | |
Public Slots | |
| void | nextShot (void) |
Public Member Functions | |
| ShotList (QString sShotsFilename) | |
| ShotList (QStringList shots) | |
| ~ShotList () | |
| void | nextShotEvent () override |
| void | shoot () |
Public Member Functions inherited from EventListener | |
| virtual | ~EventListener () |
| virtual void | actionModeChangeEvent (int nValue) |
| virtual void | bbtChangedEvent () |
| virtual void | driverChangedEvent () |
| virtual void | drumkitLoadedEvent () |
| virtual void | errorEvent (int nErrorCode) |
| virtual void | gridCellToggledEvent () |
| virtual void | instrumentParametersChangedEvent (int nInstrumentNumber) |
| virtual void | jacksessionEvent (int nValue) |
| virtual void | jackTimebaseStateChangedEvent () |
| virtual void | jackTransportActivationEvent () |
| virtual void | loopModeActivationEvent () |
| virtual void | metronomeEvent (int nValue) |
| virtual void | midiActivityEvent () |
| virtual void | midiMapChangedEvent () |
| virtual void | nextPatternsChangedEvent () |
| virtual void | noteOnEvent (int nInstrument) |
| virtual void | patternEditorLockedEvent () |
| virtual void | patternModifiedEvent () |
| virtual void | playbackTrackChangedEvent () |
| virtual void | playingPatternsChangedEvent () |
| virtual void | playlistLoadSongEvent (int nIndex) |
| virtual void | progressEvent (int nValue) |
| virtual void | quitEvent (int nValue) |
| virtual void | relocationEvent () |
| virtual void | selectedInstrumentChangedEvent () |
| virtual void | selectedPatternChangedEvent () |
| virtual void | songModeActivationEvent () |
| virtual void | songModifiedEvent () |
| virtual void | songSizeChangedEvent () |
| virtual void | soundLibraryChangedEvent () |
| virtual void | stackedModeActivationEvent (int nValue) |
| virtual void | stateChangedEvent (H2Core::AudioEngine::State state) |
| virtual void | tempoChangedEvent (int nValue) |
| virtual void | timelineActivationEvent () |
| virtual void | timelineUpdateEvent (int nValue) |
| virtual void | undoRedoActionEvent (int nValue) |
| virtual void | updatePreferencesEvent (int nValue) |
| virtual void | updateSongEvent (int nValue) |
| virtual void | XRunEvent () |
Private Member Functions | |
| void | shoot (QString s) |
Static Private Member Functions | |
| static QWidget * | findWidget (QString &sName) |
| Find a widget by name. | |
| static QWidget * | findWidgetInheriting (QObject *pObject, QString &sName) |
| Find a widget which inherits the named class. | |
Private Attributes | |
| int | m_nNextShot |
| QStringList | m_shots |
Shot List.
Utility for grabbing screenshots of widgets. Not a script, just a shot list.
Commands are word-oriented
By naming widgets appropriately and exposing their functionality as slots, it should be possible for the application to allow a lot of flexibility in how screenshots are set up in shot lists.
Definition at line 49 of file ShotList.h.
| ShotList | ( | QStringList | shots | ) |
Definition at line 44 of file ShotList.cpp.
| ShotList | ( | QString | sShotsFilename | ) |
Definition at line 29 of file ShotList.cpp.
| ~ShotList | ( | ) |
Definition at line 50 of file ShotList.cpp.
|
staticprivate |
Find a widget by name.
Definition at line 69 of file ShotList.cpp.
|
staticprivate |
Find a widget which inherits the named class.
Definition at line 56 of file ShotList.cpp.
|
slot |
Definition at line 236 of file ShotList.cpp.
|
overridevirtual |
Reimplemented from EventListener.
Definition at line 232 of file ShotList.cpp.
| void shoot | ( | ) |
Definition at line 225 of file ShotList.cpp.
|
private |
Definition at line 86 of file ShotList.cpp.
|
private |
Definition at line 92 of file ShotList.h.
|
private |
Definition at line 91 of file ShotList.h.