Searched refs:Perform (Results 1 - 25 of 226) sorted by last modified time

12345678910

/haiku/src/kits/interface/
H A DStatusBar.cpp636 BStatusBar::Perform(perform_code code, void* _data) function in class:BStatusBar
687 return BView::Perform(code, _data);
H A DMenu.cpp1237 BMenu::Perform(perform_code code, void* _data) function in class:BMenu
1296 return BView::Perform(code, _data);
H A DOutlineListView.cpp531 BOutlineListView::Perform(perform_code code, void* _data) function in class:BOutlineListView
582 return BListView::Perform(code, _data);
H A DScrollView.cpp654 // #pragma mark - Perform
658 BScrollView::Perform(perform_code code, void* _data) function in class:BScrollView
717 return BView::Perform(code, _data);
1031 view->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
H A DListView.cpp1500 BListView::Perform(perform_code code, void* _data) function in class:BListView
1551 return BView::Perform(code, _data);
H A DTextView.cpp1081 BTextView::Perform(perform_code code, void* _data) function in class:BTextView
1132 return BView::Perform(code, _data);
6143 view->Perform(PERFORM_CODE_LAYOUT_INVALIDATED, &data);
H A DColorControl.cpp1050 BColorControl::Perform(perform_code code, void* _data) function in class:BColorControl
1115 return BControl::Perform(code, _data);
/haiku/headers/os/interface/
H A DOutlineListView.h76 virtual status_t Perform(perform_code code, void* data);
H A DListView.h148 virtual status_t Perform(perform_code code, void* arg);
H A DTextView.h91 virtual status_t Perform(perform_code code, void* data);
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp311 fCommandStack->Perform(command);
359 fCommandStack->Perform(command);
411 fCommandStack->Perform(command);
485 fCommandStack->Perform(command);
515 fCommandStack->Perform(command);
542 fCommandStack->Perform(command);
559 fCommandStack->Perform(command);
H A DPathListView.cpp359 fCommandStack->Perform(command);
378 fCommandStack->Perform(command);
394 fCommandStack->Perform(command);
431 fCommandStack->Perform(command);
445 fCommandStack->Perform(command);
458 fCommandStack->Perform(command);
471 fCommandStack->Perform(command);
486 fCommandStack->Perform(command);
563 fCommandStack->Perform(command);
593 fCommandStack->Perform(comman
[all...]
H A DShapeListView.cpp207 fCommandStack->Perform(command);
234 fCommandStack->Perform(command);
446 fCommandStack->Perform(command);
479 fCommandStack->Perform(command);
506 fCommandStack->Perform(command);
524 fCommandStack->Perform(command);
H A DTransformerListView.cpp216 fCommandStack->Perform(command);
289 fCommandStack->Perform(command);
323 fCommandStack->Perform(command);
348 fCommandStack->Perform(command);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp491 // fCanvasView->Perform(new RemovePathCommand(this, fPath));
493 fCanvasView->Perform(new RemovePointsCommand(fPath,
1171 // fCanvasView->Perform(new EnterTransformPointsCommand(this,
1681 fCanvasView->Perform(_FinishNudging());
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp209 fDocument->CommandStack()->Perform(styleCommand);
496 fDocument->CommandStack()->Perform(command);
896 fDocument->CommandStack()->Perform(shapeCommand);
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp76 PerspectiveCommand::Perform() function in class:PerspectiveCommand
H A DPerspectiveCommand.h34 virtual status_t Perform();
H A DResetTransformationCommand.cpp64 // Perform
66 ResetTransformationCommand::Perform() function in class:ResetTransformationCommand
/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);
H A DStateView.h42 virtual status_t Perform(perform_code code, void* data);
43 // Avoids warning about hiding BView::Perform().
79 status_t Perform(Command* command);
/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp58 // Perform
60 SetGradientCommand::Perform() function in class:SetGradientCommand
98 return Perform();
H A DSetColorCommand.cpp54 // Perform
56 SetColorCommand::Perform() function in class:SetColorCommand
70 return Perform();
H A DRemoveStylesCommand.cpp66 RemoveStylesCommand::Perform() function in class:RemoveStylesCommand
69 status_t ret = RemoveCommand<Style>::Perform();
H A DAssignStyleCommand.cpp53 // Perform
55 AssignStyleCommand::Perform() function in class:AssignStyleCommand

Completed in 211 milliseconds

12345678910