|
| void | clearErrors () |
| void | collectError (const QString error) |
| bool | hasErrors () |
| QString | errorSummary () |
| void | processNextBuffer () |
| int | getLoadingTrackCount () const |
| int | getMilliseconds () const |
| int | getMilliseconds (PlayMode playMode) const |
| int | getBars () const |
| int | ticksPerBar () const |
| int | getBeat () const |
| int | getBeatTicks () const |
| int | getTicks () const |
| f_cnt_t | getFrames () const |
| bool | isPaused () const |
| bool | isPlaying () const |
| bool | isStopped () const |
| bool | isExporting () const |
| void | setExportLoop (bool exportLoop) |
| bool | isRecording () const |
| void | setLoopRenderCount (int count) |
| int | getLoopRenderCount () const |
| bool | isExportDone () const |
| int | getExportProgress () const |
| void | setRenderBetweenMarkers (bool renderBetweenMarkers) |
| PlayMode | playMode () const |
| const TimePos & | getPlayPos (PlayMode pm) const |
| const TimePos & | getPlayPos () const |
| void | setPlayPos (tick_t ticks, PlayMode playMode) |
| void | setPlayPos (tick_t ticks) |
| auto | getTimeline (PlayMode mode) -> Timeline & |
| auto | getTimeline (PlayMode mode) const -> const Timeline & |
| auto | getTimeline () -> Timeline & |
| auto | getTimeline () const -> const Timeline & |
| void | updateLength () |
| bar_t | length () const |
| bpm_t | getTempo () |
| AutomationTrack * | globalAutomationTrack () |
| AutomatedValueMap | automatedValuesAt (TimePos time, int clipNum=-1) const override |
| void | createNewProject () |
| void | createNewProjectFromTemplate (const QString &templ) |
| void | loadProject (const QString &filename) |
| bool | guiSaveProject () |
| bool | guiSaveProjectAs (const QString &filename) |
| bool | saveProjectFile (const QString &filename, bool withResources=false) |
| const QString & | projectFileName () const |
| bool | isLoadingProject () const |
| void | loadingCancelled () |
| bool | isCancelled () |
| bool | isModified () const |
| QString | nodeName () const override |
| virtual bool | fixedClips () const |
| void | addController (Controller *c) |
| void | removeController (Controller *c) |
| const ControllerVector & | controllers () const |
| MeterModel & | getTimeSigModel () |
| IntModel & | tempoModel () |
| void | exportProjectMidi (QString const &exportFileName) const |
| void | setLoadOnLaunch (bool value) |
| SaveOptions & | getSaveOptions () |
| bool | isSavingProject () const |
| std::shared_ptr< const Scale > | getScale (unsigned int index) const |
| std::shared_ptr< const Keymap > | getKeymap (unsigned int index) const |
| void | setScale (unsigned int index, std::shared_ptr< Scale > newScale) |
| void | setKeymap (unsigned int index, std::shared_ptr< Keymap > newMap) |
| const std::string & | syncKey () const noexcept |
| Metronome & | metronome () |
| | TrackContainer () |
| | ~TrackContainer () override |
| void | saveSettings (QDomDocument &_doc, QDomElement &_parent) override |
| void | loadSettings (const QDomElement &_this) override |
| int | countTracks (Track::Type _tt=Track::Type::Count) const |
| void | addTrack (Track *_track) |
| void | removeTrack (Track *_track) |
| void | moveTrack (Track *track, int indexTo) |
| virtual void | updateAfterTrackAdd () |
| void | clearAllTracks () |
| const TrackList & | tracks () const |
| bool | isEmpty () const |
| void | setType (Type newType) |
| Type | type () const |
| | Model (Model *parent, QString displayName=QString(), bool defaultConstructed=false) |
| | ~Model () override=default |
| bool | isDefaultConstructed () const |
| Model * | parentModel () const |
| virtual QString | displayName () const |
| virtual void | setDisplayName (const QString &displayName) |
| virtual QString | fullDisplayName () const |
| | JournallingObject () |
| | ~JournallingObject () override |
| jo_id_t | id () const |
| void | saveJournallingState (const bool newState) |
| void | restoreJournallingState () |
| void | addJournalCheckPoint () |
| QDomElement | saveState (QDomDocument &_doc, QDomElement &_parent) override |
| void | restoreState (const QDomElement &_this) override |
| bool | isJournalling () const |
| void | setJournalling (const bool _sr) |
| bool | testAndSetJournalling (const bool newState) |
| bool | isJournallingStateStackEmpty () const |
| | SerializingObject () |
| virtual | ~SerializingObject () |
| void | setHook (SerializingObjectHook *_hook) |
| SerializingObjectHook * | hook () |