Searched refs:_command (Results 1 - 13 of 13) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DManipulator.cpp81 Manipulator::MessageReceived(BMessage* message, Command** _command) argument
96 Manipulator::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command) argument
103 Manipulator::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command) argument
H A DManipulator.h39 Command** _command);
43 Command** _command);
45 Command** _command);
H A DMultipleManipulatorState.h29 Command** _command);
43 Command** _command);
45 Command** _command);
H A DViewState.cpp64 ViewState::MessageReceived(BMessage* message, Command** _command) argument
100 ViewState::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command) argument
107 ViewState::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command) argument
H A DViewState.h39 Command** _command);
56 Command** _command);
58 Command** _command);
H A DMultipleManipulatorState.cpp65 Command** _command)
71 if (manipulator->MessageReceived(message, _command))
173 Command** _command)
183 if (manipulator->HandleKeyDown(key, modifiers, _command))
192 Command** _command)
198 if (manipulator->HandleKeyUp(key, modifiers, _command))
64 MessageReceived(BMessage* message, Command** _command) argument
172 HandleKeyDown(uint32 key, uint32 modifiers, Command** _command) argument
191 HandleKeyUp(uint32 key, uint32 modifiers, Command** _command) argument
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h54 Command** _command);
58 Command** _command);
60 Command** _command);
H A DPathManipulator.cpp833 PathManipulator::MessageReceived(BMessage* message, Command** _command) argument
842 *_command = _Delete();
845 *_command = new SplitPointsCommand(fPath,
850 *_command = new FlipPointsCommand(fPath,
891 PathManipulator::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command) argument
941 *_command = _Delete();
954 PathManipulator::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command) argument
963 *_command = _FinishNudging();
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h56 uint32 modifiers, Command** _command);
58 uint32 modifiers, Command** _command);
H A DTransformBox.cpp260 TransformBox::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command) argument
303 TransformBox::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command) argument
306 *_command = FinishTransaction();
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h66 uchar _command[12]; /* 0 - 11 */ member in struct:__anon1391
H A D53c8xx.c273 sp->command.address = LE(PPHADDR(sp->_command));
292 memcpy(st->priv->_command, cmd, cmdlen);
/haiku/src/servers/registrar/
H A DMessagingService.cpp183 virtual void HandleMessagingCommand(uint32 _command, const void *data, argument

Completed in 126 milliseconds