Searched refs:Command (Results 26 - 50 of 91) sorted by relevance

1234

/haiku/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.h12 #include "Command.h"
24 class UnassignPathCommand : public Command {
H A DFreezeTransformationCommand.h12 #include "Command.h"
24 class FreezeTransformationCommand : public Command {
H A DUnassignPathCommand.cpp25 : Command(),
/haiku/src/add-ons/translators/rtf/
H A DRTF.h21 class Command;
74 Command *FindDefinition(const char *name, int32 index = 0) const;
122 class Command : public Element { class in namespace:RTF
124 Command();
125 virtual ~Command();
171 virtual void Command(RTF::Command *command);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h30 // virtual Command* Delete();
44 virtual Command* MouseUp();
54 Command** _command);
58 Command** _command);
60 Command** _command);
113 Command* _Delete();
140 Command* _FinishNudging();
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h21 class Command;
47 virtual Command* MouseUp();
56 uint32 modifiers, Command** _command);
58 uint32 modifiers, Command** _command);
74 Command* FinishTransaction();
79 Command* FinishNudging();
H A DPerspectiveBox.h24 class Command;
51 virtual Command* MouseUp();
73 Command* FinishTransaction();
H A DTransformCommand.h15 #include "Command.h"
17 class TransformCommand : public Command {
31 // Command interface
H A DPerspectiveCommand.h16 #include "Command.h"
23 class PerspectiveCommand : public Command, public PerspectiveBoxListener {
31 // Command interface
H A DTransformGradientBox.cpp123 Command*
131 Command*
H A DTransformCommand.cpp20 : Command(),
39 : Command(),
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.h12 #include "Command.h"
17 class SetPropertiesCommand : public Command {
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.h12 #include "Command.h"
26 class AssignStyleCommand : public Command {
H A DSetColorCommand.cpp30 : Command(),
82 SetColorCommand::CombineWithNext(const Command* command)
H A DSetGradientCommand.cpp30 : Command(),
110 SetGradientCommand::CombineWithNext(const Command* command)
H A DAssignStyleCommand.cpp26 : Command(),
/haiku/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.cpp14 CompoundCommand::CompoundCommand(Command** commands,
18 : Command(),
H A DCommandStack.cpp17 #include "Command.h"
35 CommandStack::Perform(Command* command)
68 Command* command = fUndoHistory.top();
92 Command* command = fRedoHistory.top();
191 CommandStack::_AddCommand(Command* command)
200 if (Command* top = fUndoHistory.top()) {
H A DRemoveCommand.h20 #include "Command.h"
37 class RemoveCommand : public Command {
64 : Command(),
H A DAddCommand.h21 #include "Command.h"
45 class AddCommand : public Command {
75 : Command(),
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp17 #include "Command.h"
36 CommandStack::Perform(Command* command)
71 Command* command = fUndoHistory.top();
95 Command* command = fRedoHistory.top();
194 CommandStack::_AddCommand(Command* command)
203 if (Command* top = fUndoHistory.top()) {
/haiku/src/bin/
H A Dxres.cpp542 // Command
543 struct Command { struct
544 Command() function in struct:Command
548 virtual ~Command()
557 struct SetOutputCommand : Command {
560 Command(),
576 struct ProcessInputCommand : Command {
579 Command(),
595 struct SetResourcePatternCommand : Command {
598 Command(),
[all...]
/haiku/src/kits/app/
H A DMessageFilter.cpp72 fWhat = from.Command();
105 BMessageFilter::Command() const function in class:BMessageFilter
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp150 ��3.7.1.1 The sequence to issue an SD Command
169 panic("Command execution impossible, command inhibit\n");
173 panic("Command execution unwise, data inhibit\n");
181 replyType = Command::kNoReplyType;
185 replyType = Command::kR2Type;
188 replyType = Command::kR6Type;
192 replyType = Command::kR1bType;
195 replyType = Command::kR7Type;
201 replyType = Command::kR1Type | Command
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp65 Command** _command)
144 Command*
147 Command* command = NULL;
173 Command** _command)
192 Command** _command)

Completed in 91 milliseconds

1234