Home
last modified time | relevance | path

Searched refs:CommandContext (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/dports/audio/audacity/audacity-Audacity-3.1.3/src/commands/
H A DCommandContext.cpp34 CommandContext::CommandContext( in CommandContext() function in CommandContext
49 CommandContext::CommandContext( in CommandContext() function in CommandContext
61 CommandContext::~CommandContext() = default;
73 void CommandContext::Error( const wxString & message ) const in Error()
83 void CommandContext::Progress( double d ) const in Progress()
89 void CommandContext::StartArray() const in StartArray()
94 void CommandContext::EndArray() const in EndArray()
99 void CommandContext::StartStruct() const in StartStruct()
104 void CommandContext::EndStruct() const in EndStruct()
109 void CommandContext::StartField(const wxString &name) const in StartField()
[all …]
H A DGetInfoCommand.h42 bool Apply(const CommandContext &context) override;
43 bool ApplyInner(const CommandContext &context);
51 bool SendMenus(const CommandContext & context);
52 bool SendPreferences(const CommandContext & context);
53 bool SendTracks(const CommandContext & context);
54 bool SendLabels(const CommandContext & context);
55 bool SendClips(const CommandContext & context);
56 bool SendEnvelopes(const CommandContext & context);
57 bool SendBoxes(const CommandContext & context);
60 void ExploreTrackPanel( const CommandContext & context,
[all …]
H A DScreenshotCommand.h29 class CommandContext; variable
102 bool Apply(const CommandContext & context) override;
122 …bool CaptureToolbar(const CommandContext & Context, ToolManager *man, int type, const wxString &na…
123 bool CaptureDock(const CommandContext & Context, wxWindow *win, const wxString &fileName);
124 void CaptureCommands(const CommandContext & Context, const wxArrayStringEx &Commands );
125 …void CaptureEffects(const CommandContext & Context, AudacityProject * pProject, const wxString &fi…
126 …void CaptureScriptables(const CommandContext & Context, AudacityProject * pProject, const wxString…
127 …void CapturePreferences(const CommandContext & Context, AudacityProject * pProject, const wxString…
129 const CommandContext & Context,
148 void CaptureWindowOnIdle( const CommandContext & context, wxWindow * pWin );
H A DSetTrackInfoCommand.h29 bool Apply(const CommandContext & context) override;
30 virtual bool ApplyInner( const CommandContext &context, Track *t );
58 bool ApplyInner( const CommandContext & context, Track * t ) override;
85 bool ApplyInner( const CommandContext & context, Track * t ) override;
114 bool ApplyInner( const CommandContext & context, Track * t ) override;
170 bool ApplyInner(const CommandContext & context, Track * t ) override { in ApplyInner()
H A DOpenSaveCommands.h40 bool Apply(const CommandContext & context) override;
60 bool Apply(const CommandContext & context) override;
80 bool Apply(const CommandContext & context) override;
98 bool Apply(const CommandContext & context) override;
116 bool Apply(const CommandContext & context) override;
H A DCommand.h24 class CommandContext; variable
39 virtual bool Apply(const CommandContext &context) = 0;
70 bool Apply(const CommandContext &context) override;// Error to use this.
71 std::unique_ptr<const CommandContext> mCtx;
122 bool Apply(const CommandContext &context) override;
H A DCommandContext.h34 class AUDACITY_DLL_API CommandContext {
36 CommandContext(
43 CommandContext(
47 ~CommandContext();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/test/
H A Dclangbatchfileprocessor.cpp187 struct CommandContext { struct
205 const CommandContext m_commandContext;
211 OpenProjectCommand(const CommandContext &context,
217 const CommandContext &context);
263 OpenDocumentCommand(const CommandContext &context,
357 CloseAllDocuments(const CommandContext &context);
399 const CommandContext &context);
449 CompleteCommand(const CommandContext &context);
454 const CommandContext &context);
494 const CommandContext &context);
[all …]
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dcommandcontext.cpp16 void CommandContext::setResource(const Resource &resource) in setResource()
21 Resource CommandContext::resource() const in resource()
26 bool CommandContext::setScopeContext(const Protocol::ScopeContext &scopeContext) in setScopeContext()
54 void CommandContext::setCollection(const Collection &collection) in setCollection()
59 qint64 CommandContext::collectionId() const in collectionId()
64 Collection CommandContext::collection() const in collection()
69 void CommandContext::setTag(std::optional<qint64> tagId) in setTag()
74 std::optional<qint64> CommandContext::tagId() const in tagId()
79 Tag CommandContext::tag() const in tag()
84 bool CommandContext::isEmpty() const in isEmpty()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/menus/
H A DTransportMenus.cpp198 bool DoStopPlaying(const CommandContext &context) in DoStopPlaying()
366 void OnPause(const CommandContext &context) in OnPause()
371 void OnRecord(const CommandContext &context) in OnRecord()
383 void OnTimerRecord(const CommandContext &context) in OnTimerRecord()
523 void OnPunchAndRoll(const CommandContext &context) in OnPunchAndRoll()
758 const CommandContext &WXUNUSED(context) ) in OnToggleAutomatedInputLevelAdjustment()
769 void OnStop(const CommandContext &context) in OnStop()
932 (const CommandContext &context) in OnPlayBeforeAndAfterSelectionStart()
960 (const CommandContext &context) in OnPlayBeforeAndAfterSelectionEnd()
998 void OnPlayAtSpeed(const CommandContext &context) in OnPlayAtSpeed()
[all …]
H A DFileMenus.cpp178 void OnNew(const CommandContext & ) in OnNew()
183 void OnOpen(const CommandContext &context ) in OnOpen()
200 void OnClose(const CommandContext &context ) in OnClose()
208 void OnCompact(const CommandContext &context) in OnCompact()
213 void OnSave(const CommandContext &context ) in OnSave()
220 void OnSaveAs(const CommandContext &context ) in OnSaveAs()
227 void OnSaveCopy(const CommandContext &context ) in OnSaveCopy()
234 void OnExportMp3(const CommandContext &context) in OnExportMp3()
240 void OnExportWav(const CommandContext &context) in OnExportWav()
427 void OnImport(const CommandContext &context) in OnImport()
[all …]
H A DSelectMenus.cpp460 void OnSelectAll(const CommandContext &context) in OnSelectAll()
486 void OnSelectNone(const CommandContext &context) in OnSelectNone()
697 void OnZeroCrossing(const CommandContext &context) in OnZeroCrossing()
715 void OnSnapToOff(const CommandContext &context) in OnSnapToOff()
727 void OnSnapToPrior(const CommandContext &context) in OnSnapToPrior()
733 void OnSelToStart(const CommandContext &context) in OnSelToStart()
741 void OnSelToEnd(const CommandContext &context) in OnSelToEnd()
864 void OnSkipStart(const CommandContext &context) in OnSkipStart()
874 void OnSkipEnd(const CommandContext &context) in OnSkipEnd()
884 void OnCursorLeft(const CommandContext &context) in OnCursorLeft()
[all …]
H A DExtraMenus.cpp27 void OnOutputGain(const CommandContext &context) in OnOutputGain()
37 void OnOutputGainInc(const CommandContext &context) in OnOutputGainInc()
47 void OnOutputGainDec(const CommandContext &context) in OnOutputGainDec()
57 void OnInputGain(const CommandContext &context) in OnInputGain()
67 void OnInputGainInc(const CommandContext &context) in OnInputGainInc()
77 void OnInputGainDec(const CommandContext &context) in OnInputGainDec()
87 void OnInputDevice(const CommandContext &context) in OnInputDevice()
94 void OnOutputDevice(const CommandContext &context) in OnOutputDevice()
101 void OnInputChannels(const CommandContext &context) in OnInputChannels()
108 void OnAudioHost(const CommandContext &context) in OnAudioHost()
[all …]
H A DViewMenus.cpp169 void OnZoomIn(const CommandContext &context) in OnZoomIn()
178 void OnZoomNormal(const CommandContext &context) in OnZoomNormal()
188 void OnZoomOut(const CommandContext &context) in OnZoomOut()
195 void OnZoomSel(const CommandContext &context) in OnZoomSel()
205 void OnZoomToggle(const CommandContext &context) in OnZoomToggle()
229 void OnZoomFit(const CommandContext &context) in OnZoomFit()
236 void OnZoomFitV(const CommandContext &context) in OnZoomFitV()
247 void OnAdvancedVZoom(const CommandContext &context) in OnAdvancedVZoom()
283 void OnGoSelStart(const CommandContext &context) in OnGoSelStart()
297 void OnGoSelEnd(const CommandContext &context) in OnGoSelEnd()
[all …]
H A DTrackMenus.cpp730 void OnResample(const CommandContext &context) in OnResample()
882 void OnPanLeft(const CommandContext &context) in OnPanLeft()
888 void OnPanRight(const CommandContext &context) in OnPanRight()
894 void OnPanCenter(const CommandContext &context) in OnPanCenter()
908 void OnAlign(const CommandContext &context) in OnAlign()
1060 void OnSortTime(const CommandContext &context) in OnSortTime()
1069 void OnSortName(const CommandContext &context) in OnSortName()
1078 void OnSyncLock(const CommandContext &context) in OnSyncLock()
1096 void OnTrackPan(const CommandContext &context) in OnTrackPan()
1135 void OnTrackGain(const CommandContext &context) in OnTrackGain()
[all …]
H A DHelpMenus.cpp307 void OnQuickFix(const CommandContext &context) in OnQuickFix()
314 void OnQuickHelp(const CommandContext &context) in OnQuickHelp()
322 void OnManual(const CommandContext &context) in OnManual()
340 void OnMidiDeviceInfo(const CommandContext &context) in OnMidiDeviceInfo()
350 void OnShowLog( const CommandContext &context ) in OnShowLog()
368 void OnSegfault(const CommandContext &) in OnSegfault()
374 void OnException(const CommandContext &) in OnException()
383 void OnAssertion(const CommandContext &) in OnAssertion()
392 void OnMenuTree(const CommandContext &context) in OnMenuTree()
456 void OnAbout(const CommandContext &context) in OnAbout()
[all …]
H A DNavigationMenus.cpp313 void OnPrevWindow(const CommandContext &context) in OnPrevWindow()
372 void OnNextWindow(const CommandContext &context) in OnNextWindow()
435 void OnPrevFrame(const CommandContext &context) in OnPrevFrame()
441 void OnNextFrame(const CommandContext &context) in OnNextFrame()
450 void OnCursorUp(const CommandContext &context) in OnCursorUp()
456 void OnCursorDown(const CommandContext &context) in OnCursorDown()
462 void OnFirstTrack(const CommandContext &context) in OnFirstTrack()
479 void OnLastTrack(const CommandContext &context) in OnLastTrack()
496 void OnShiftUp(const CommandContext &context) in OnShiftUp()
502 void OnShiftDown(const CommandContext &context) in OnShiftDown()
[all …]
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ditemqueryhelper.h18 class CommandContext; variable
36 void itemSetToQuery(const ImapSet &set, const CommandContext &context, QueryBuilder &qb);
42 void remoteIdToQuery(const QStringList &rids, const CommandContext &context, QueryBuilder &qb);
43 void gidToQuery(const QStringList &gids, const CommandContext &context, QueryBuilder &qb);
49 void scopeToQuery(const Scope &scope, const CommandContext &context, QueryBuilder &qb);
H A Dtagqueryhelper.h17 class CommandContext; variable
30 void remoteIdToQuery(const QStringList &rids, const CommandContext &context, QueryBuilder &qb);
31 void gidToQuery(const QStringList &gids, const CommandContext &context, QueryBuilder &qb);
37 void scopeToQuery(const Scope &scope, const CommandContext &context, QueryBuilder &qb);
H A Dcollectionqueryhelper.h17 class CommandContext; variable
29 void remoteIdToQuery(const QStringList &rids, const CommandContext &context, QueryBuilder &qb);
35 void scopeToQuery(const Scope &scope, const CommandContext &context, QueryBuilder &qb);
56 Collection singleCollectionFromScope(const Scope &scope, const CommandContext &context);
/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DScrubbing.h123 void OnScrub(const CommandContext&);
124 void OnSeek(const CommandContext&);
125 void OnToggleScrubRuler(const CommandContext&);
127 void OnKeyboardScrubBackwards(const CommandContext&);
128 void OnKeyboardScrubForwards(const CommandContext&);
132 template<void (Scrubber::*pfn)(const CommandContext&)>
/dports/www/perlbal/Perlbal-1.80/t/
H A D91-fields.t19 use_ok('Perlbal::CommandContext');
20 eval { Perlbal::CommandContext->new(); };
31 use_ok('Perlbal::CommandContext');
32 isa_ok( Perlbal::CommandContext->new(),
33 'Perlbal::CommandContext', "can create object" );
/dports/audio/audacity/audacity-Audacity-3.1.3/modules/mod-null/
H A DModNullCallback.cpp46 void OnFuncFirst(const CommandContext &);
47 void OnFuncSecond(const CommandContext &);
50 void ModNullCallback::OnFuncFirst(const CommandContext &) in OnFuncFirst() argument
55 void ModNullCallback::OnFuncSecond(const CommandContext &) in OnFuncSecond() argument
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DBatchCommands.h23 class CommandContext; variable
59 const PluginID & ID, const CommandContext & context, unsigned flags );
68 const CommandContext & context, CommandFlag flags, bool alwaysEnabled);
71 CommandContext const * pContext=NULL );
74 CommandContext const * pContext = NULL);
78 const wxString & params, const CommandContext & Context);
/dports/security/gopass/gopass-1.13.0/pkg/tempfile/
H A Dmount_darwin.go27 cmd := exec.CommandContext(ctx, "hdid", "-drivekey", "system-image=yes", "-nomount", "ram://32768")
45 cmd = exec.CommandContext(ctx, "newfs_hfs", "-M", "700", t.dev)
58 …cmd = exec.CommandContext(ctx, "mount", "-t", "hfs", "-o", "noatime", "-o", "nobrowse", t.dev, t.d…
87 cmd := exec.CommandContext(ctx, "diskutil", "unmountDisk", t.dev)
99 cmd = exec.CommandContext(ctx, "diskutil", "quiet", "eject", t.dev)

12345678910>>...52