Searched refs:Perform (Results 26 - 50 of 226) sorted by relevance

12345678910

/haiku/src/apps/icon-o-matic/shape/commands/
H A DChangePointCommand.h26 virtual status_t Perform();
H A DInsertPointCommand.h24 virtual status_t Perform();
H A DSplitPointsCommand.h25 virtual status_t Perform();
H A DFreezeTransformationCommand.h33 virtual status_t Perform();
H A DRemovePathsCommand.h38 virtual status_t Perform();
H A DUnassignPathCommand.cpp46 // Perform
48 UnassignPathCommand::Perform() function in class:UnassignPathCommand
/haiku/src/apps/icon-o-matic/style/
H A DSetColorCommand.h33 virtual status_t Perform();
H A DSetGradientCommand.h32 virtual status_t Perform();
H A DAssignStyleCommand.h34 virtual status_t Perform();
H A DSetColorCommand.cpp54 // Perform
56 SetColorCommand::Perform() function in class:SetColorCommand
70 return Perform();
H A DSetGradientCommand.cpp58 // Perform
60 SetGradientCommand::Perform() function in class:SetGradientCommand
98 return Perform();
/haiku/src/apps/mediaplayer/support/
H A DCommand.h24 virtual status_t Perform();
H A DCommandStack.h24 status_t Perform(Command* command);
/haiku/src/kits/media/
H A DDecoderPlugin.cpp45 Decoder::Perform(perform_code code, void* _data) function in class:Decoder
/haiku/src/apps/mediaplayer/playlist/
H A DImportPLItemsCommand.h24 virtual status_t Perform();
H A DRemovePLItemsCommand.h24 virtual status_t Perform();
H A DMovePLItemsCommand.h24 virtual status_t Perform();
H A DRandomizePLItemsCommand.h23 virtual status_t Perform();
/haiku/src/apps/haikudepot/edits_generic/
H A DCompoundEdit.h23 virtual status_t Perform(EditContext& context);
/haiku/headers/build/os/support/
H A DArchivable.h59 virtual status_t Perform(perform_code d, void* arg);
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.h24 virtual status_t Perform();
/haiku/src/kits/interface/
H A DGridView.cpp69 BGridView::Perform(perform_code code, void* _data) function in class:BGridView
71 return BView::Perform(code, _data);
H A DGroupView.cpp71 BGroupView::Perform(perform_code code, void* _data) function in class:BGroupView
73 return BView::Perform(code, _data);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp170 Perform(command);
267 Perform(fDropAnticipatingState->MouseUp());
277 Perform(fCurrentState->MouseUp());
329 StateView::Perform(perform_code code, void* data) function in class:StateView
331 return BView::Perform(code, data);
421 Perform(command);
447 Perform(command);
506 StateView::Perform(Command* command) function in class:StateView
509 return fCommandStack->Perform(command);
/haiku/headers/os/interface/
H A DGridView.h28 virtual status_t Perform(perform_code d, void* arg);

Completed in 95 milliseconds

12345678910