headers/os/app/Invoker.h
32
uint32 Command() const;
headers/os/app/MessageFilter.h
63
uint32 Command() const;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl1.h
350
UINT8 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl1.h
380
UINT8 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl1.h
394
UINT8 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
1752
UINT16 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
3052
UINT16 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
3065
UINT32 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
3482
UINT16 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
3601
UINT16 Command;
src/add-ons/kernel/bus_managers/acpi/acpica/include/actbl2.h
3625
UINT16 Command;
src/add-ons/kernel/busses/mmc/sdhci.cpp
223
replyType = Command::kNoReplyType;
src/add-ons/kernel/busses/mmc/sdhci.cpp
227
replyType = Command::kR2Type;
src/add-ons/kernel/busses/mmc/sdhci.cpp
230
replyType = Command::kR6Type;
src/add-ons/kernel/busses/mmc/sdhci.cpp
234
replyType = Command::kR1bType;
src/add-ons/kernel/busses/mmc/sdhci.cpp
237
replyType = Command::kR7Type;
src/add-ons/kernel/busses/mmc/sdhci.cpp
241
replyType = Command::kR1Type | Command::kDataPresent;
src/add-ons/kernel/busses/mmc/sdhci.cpp
247
replyType = Command::kR1Type | Command::kDataPresent;
src/add-ons/kernel/busses/mmc/sdhci.cpp
251
replyType = Command::kR1Type | Command::kDataPresent;
src/add-ons/kernel/busses/mmc/sdhci.cpp
257
replyType = Command::kR1Type | Command::kDataPresent;
src/add-ons/kernel/busses/mmc/sdhci.cpp
263
replyType = Command::kR1Type;
src/add-ons/kernel/busses/mmc/sdhci.cpp
266
replyType = Command::kR3Type;
src/add-ons/kernel/busses/mmc/sdhci.cpp
274
if ((replyType & Command::k32BitResponseCheckBusy) != 0
src/add-ons/kernel/busses/mmc/sdhci.cpp
287
if ((replyType == Command::kR1bType)
src/add-ons/kernel/busses/mmc/sdhci.cpp
288
|| (replyType == (Command::kR1Type | Command::kDataPresent)))
src/add-ons/kernel/busses/mmc/sdhci.cpp
341
switch (replyType & Command::kReplySizeMask) {
src/add-ons/kernel/busses/mmc/sdhci.cpp
342
case Command::k32BitResponse:
src/add-ons/kernel/busses/mmc/sdhci.cpp
345
case Command::k128BitResponse:
src/add-ons/kernel/busses/mmc/sdhci.cpp
357
if ((replyType == Command::kR1bType)
src/add-ons/kernel/busses/mmc/sdhci.h
401
Command command;
src/add-ons/kernel/busses/mmc/sdhci.h
92
class Command {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.cpp
105
Command::HandleTagged(Response& response)
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.cpp
99
Command::~Command()
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
114
class CapabilityHandler : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
126
class FetchMessageEntriesCommand : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
160
class FetchCommand : public Command, public Handler,
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
184
class SetFlagsCommand : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
240
class ExpungeCommand : public Command {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
278
class ListCommand : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
301
class SubscribeCommand : public Command {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
312
class UnsubscribeCommand : public Command {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
323
class GetQuotaCommand : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
58
class Command {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
60
virtual ~Command();
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
67
class RawCommand : public Command {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
78
class LoginCommand : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Commands.h
95
class SelectCommand : public Command, public Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.cpp
282
Protocol::ProcessCommand(Command& command, bigtime_t timeout)
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.cpp
310
Protocol::HandleResponse(Command* command, bigtime_t timeout,
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.cpp
90
class IDCommand : public IMAP::Command, public IMAP::Handler {
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.h
33
class Command;
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.h
38
typedef std::map<int32, Command*> CommandIDMap;
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.h
82
status_t ProcessCommand(Command& command,
src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/Protocol.h
91
status_t HandleResponse(Command* command,
src/add-ons/translators/rtf/RTF.cpp
112
} else if (RTF::Command *command = dynamic_cast<RTF::Command *>(&element)) {
src/add-ons/translators/rtf/RTF.cpp
188
parent->AddElement(element = new Command());
src/add-ons/translators/rtf/RTF.cpp
358
Command *
src/add-ons/translators/rtf/RTF.cpp
370
if (Command *command = dynamic_cast<Command *>(element)) {
src/add-ons/translators/rtf/RTF.cpp
389
Command *command = dynamic_cast<Command *>(group->ElementAt(0));
src/add-ons/translators/rtf/RTF.cpp
401
Command *command = dynamic_cast<Command *>(ElementAt(0));
src/add-ons/translators/rtf/RTF.cpp
463
Command *command = new Command();
src/add-ons/translators/rtf/RTF.cpp
481
Command *command = dynamic_cast<Command *>(ElementAt(1));
src/add-ons/translators/rtf/RTF.cpp
497
if (Command *gun = colorTable->FindDefinition("red", index))
src/add-ons/translators/rtf/RTF.cpp
499
if (Command *gun = colorTable->FindDefinition("green", index))
src/add-ons/translators/rtf/RTF.cpp
501
if (Command *gun = colorTable->FindDefinition("blue", index))
src/add-ons/translators/rtf/RTF.cpp
600
Command::Command()
src/add-ons/translators/rtf/RTF.cpp
609
Command::~Command()
src/add-ons/translators/rtf/RTF.cpp
615
Command::Parse(char first, BDataIO &stream, char &last)
src/add-ons/translators/rtf/RTF.cpp
679
Command::SetName(const char *name)
src/add-ons/translators/rtf/RTF.cpp
686
Command::Name()
src/add-ons/translators/rtf/RTF.cpp
693
Command::UnsetOption()
src/add-ons/translators/rtf/RTF.cpp
701
Command::SetOption(int32 option)
src/add-ons/translators/rtf/RTF.cpp
709
Command::HasOption() const
src/add-ons/translators/rtf/RTF.cpp
716
Command::Option() const
src/add-ons/translators/rtf/RTF.cpp
810
} else if (RTF::Command *command = dynamic_cast<RTF::Command *>(element)) {
src/add-ons/translators/rtf/RTF.cpp
811
Command(command);
src/add-ons/translators/rtf/RTF.cpp
838
Worker::Command(RTF::Command *command)
src/add-ons/translators/rtf/RTF.h
121
class Command : public Element {
src/add-ons/translators/rtf/RTF.h
123
Command();
src/add-ons/translators/rtf/RTF.h
124
virtual ~Command();
src/add-ons/translators/rtf/RTF.h
170
virtual void Command(RTF::Command *command);
src/add-ons/translators/rtf/RTF.h
20
class Command;
src/add-ons/translators/rtf/RTF.h
73
Command *FindDefinition(const char *name, int32 index = 0) const;
src/add-ons/translators/rtf/convert.cpp
173
process_command(conversion_context &context, RTF::Command *command,
src/add-ons/translators/rtf/convert.cpp
441
TextOutput::Command(RTF::Command *command)
src/add-ons/translators/rtf/convert.cpp
489
RTF::Command *info;
src/add-ons/translators/rtf/convert.cpp
57
virtual void Command(RTF::Command *command);
src/apps/cortex/support/MultiInvoker.h
63
uint32 Command() const;
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
370
commandEntry->Command()->Execute(argc, argv, *fContext);
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
419
commandEntry->Command()->PrintUsage(commandEntry->Name().String());
src/apps/debugger/user_interface/cli/CommandLineUserInterface.cpp
435
entry->Command()->Summary());
src/apps/icon-o-matic/MainWindow.cpp
475
::Command* command = NULL;
src/apps/icon-o-matic/MainWindow.cpp
478
Command** commands = new Command*[3];
src/apps/icon-o-matic/MainWindow.cpp
487
Command** commands = new Command*[2];
src/apps/icon-o-matic/MainWindow.cpp
495
Command** commands = new Command*[2];
src/apps/icon-o-matic/document/SetPropertiesCommand.cpp
31
: Command(),
src/apps/icon-o-matic/document/SetPropertiesCommand.h
17
class SetPropertiesCommand : public Command {
src/apps/icon-o-matic/generic/command/AddCommand.h
45
class AddCommand : public Command {
src/apps/icon-o-matic/generic/command/AddCommand.h
75
: Command(),
src/apps/icon-o-matic/generic/command/Command.cpp
16
Command::Command()
src/apps/icon-o-matic/generic/command/Command.cpp
22
Command::~Command()
src/apps/icon-o-matic/generic/command/Command.cpp
28
Command::InitCheck()
src/apps/icon-o-matic/generic/command/Command.cpp
35
Command::Perform()
src/apps/icon-o-matic/generic/command/Command.cpp
42
Command::Undo()
src/apps/icon-o-matic/generic/command/Command.cpp
49
Command::Redo()
src/apps/icon-o-matic/generic/command/Command.cpp
56
Command::GetName(BString& name)
src/apps/icon-o-matic/generic/command/Command.cpp
63
Command::UndoesPrevious(const Command* previous)
src/apps/icon-o-matic/generic/command/Command.cpp
70
Command::CombineWithNext(const Command* next)
src/apps/icon-o-matic/generic/command/Command.cpp
77
Command::CombineWithPrevious(const Command* previous)
src/apps/icon-o-matic/generic/command/Command.h
17
class Command {
src/apps/icon-o-matic/generic/command/Command.h
19
Command();
src/apps/icon-o-matic/generic/command/Command.h
20
virtual ~Command();
src/apps/icon-o-matic/generic/command/Command.h
30
virtual bool UndoesPrevious(const Command* previous);
src/apps/icon-o-matic/generic/command/Command.h
31
virtual bool CombineWithNext(const Command* next);
src/apps/icon-o-matic/generic/command/Command.h
32
virtual bool CombineWithPrevious(const Command* previous);
src/apps/icon-o-matic/generic/command/CommandStack.cpp
191
CommandStack::_AddCommand(Command* command)
src/apps/icon-o-matic/generic/command/CommandStack.cpp
200
if (Command* top = fUndoHistory.top()) {
src/apps/icon-o-matic/generic/command/CommandStack.cpp
35
CommandStack::Perform(Command* command)
src/apps/icon-o-matic/generic/command/CommandStack.cpp
68
Command* command = fUndoHistory.top();
src/apps/icon-o-matic/generic/command/CommandStack.cpp
92
Command* command = fRedoHistory.top();
src/apps/icon-o-matic/generic/command/CommandStack.h
19
class Command;
src/apps/icon-o-matic/generic/command/CommandStack.h
27
status_t Perform(Command* command);
src/apps/icon-o-matic/generic/command/CommandStack.h
40
status_t _AddCommand(Command* command);
src/apps/icon-o-matic/generic/command/CommandStack.h
42
typedef std::stack<Command*> command_stack;
src/apps/icon-o-matic/generic/command/CommandStack.h
46
Command* fSavedCommand;
src/apps/icon-o-matic/generic/command/CompoundCommand.cpp
14
CompoundCommand::CompoundCommand(Command** commands,
src/apps/icon-o-matic/generic/command/CompoundCommand.cpp
18
: Command(),
src/apps/icon-o-matic/generic/command/CompoundCommand.h
14
class CompoundCommand : public Command {
src/apps/icon-o-matic/generic/command/CompoundCommand.h
16
CompoundCommand(Command** commands,
src/apps/icon-o-matic/generic/command/CompoundCommand.h
31
Command** fCommands;
src/apps/icon-o-matic/generic/command/MoveCommand.h
36
class MoveCommand : public Command {
src/apps/icon-o-matic/generic/command/MoveCommand.h
66
: Command(),
src/apps/icon-o-matic/generic/command/RemoveCommand.h
37
class RemoveCommand : public Command {
src/apps/icon-o-matic/generic/command/RemoveCommand.h
64
: Command(),
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.cpp
103
Manipulator::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.cpp
51
Command*
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.cpp
81
Manipulator::MessageReceived(BMessage* message, Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.cpp
96
Manipulator::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.h
18
class Command;
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.h
32
virtual Command* MouseUp();
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.h
39
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.h
43
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/Manipulator.h
45
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.cpp
144
Command*
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.cpp
147
Command* command = NULL;
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.cpp
173
Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.cpp
192
Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.cpp
65
Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.h
29
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.h
38
virtual Command* MouseUp();
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.h
43
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/MultipleManipulatorState.h
45
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
168
Command* command = NULL;
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
419
Command* command = NULL;
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
445
Command* command = NULL;
src/apps/icon-o-matic/generic/gui/stateview/StateView.cpp
506
StateView::Perform(Command* command)
src/apps/icon-o-matic/generic/gui/stateview/StateView.h
18
class Command;
src/apps/icon-o-matic/generic/gui/stateview/StateView.h
79
status_t Perform(Command* command);
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
100
ViewState::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
107
ViewState::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
64
ViewState::MessageReceived(BMessage* message, Command** _command)
src/apps/icon-o-matic/generic/gui/stateview/ViewState.cpp
84
Command*
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
15
class Command;
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
39
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
49
virtual Command* MouseUp();
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
56
Command** _command);
src/apps/icon-o-matic/generic/gui/stateview/ViewState.h
58
Command** _command);
src/apps/icon-o-matic/gui/IconObjectListView.cpp
115
Command* command = new (nothrow) SetPropertiesCommand(objects, 1,
src/apps/icon-o-matic/gui/PathListView.cpp
350
::Command* command;
src/apps/icon-o-matic/gui/ShapeListView.cpp
437
::Command** commands = new(std::nothrow) ::Command*[3];
src/apps/icon-o-matic/gui/StyleListView.cpp
409
::Command* command = new AssignStyleCommand(
src/apps/icon-o-matic/gui/TransformerListView.cpp
213
::Command* command = new (nothrow) AddTransformersCommand(
src/apps/icon-o-matic/shape/PathManipulator.cpp
1367
Command*
src/apps/icon-o-matic/shape/PathManipulator.cpp
1370
Command* command = NULL;
src/apps/icon-o-matic/shape/PathManipulator.cpp
1725
Command*
src/apps/icon-o-matic/shape/PathManipulator.cpp
1730
Command* command;
src/apps/icon-o-matic/shape/PathManipulator.cpp
632
Command*
src/apps/icon-o-matic/shape/PathManipulator.cpp
649
Command* command = NULL;
src/apps/icon-o-matic/shape/PathManipulator.cpp
833
PathManipulator::MessageReceived(BMessage* message, Command** _command)
src/apps/icon-o-matic/shape/PathManipulator.cpp
891
PathManipulator::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/shape/PathManipulator.cpp
954
PathManipulator::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/shape/PathManipulator.h
113
Command* _Delete();
src/apps/icon-o-matic/shape/PathManipulator.h
140
Command* _FinishNudging();
src/apps/icon-o-matic/shape/PathManipulator.h
44
virtual Command* MouseUp();
src/apps/icon-o-matic/shape/PathManipulator.h
54
Command** _command);
src/apps/icon-o-matic/shape/PathManipulator.h
58
Command** _command);
src/apps/icon-o-matic/shape/PathManipulator.h
60
Command** _command);
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
35
: Command(),
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.h
24
class FreezeTransformationCommand : public Command {
src/apps/icon-o-matic/shape/commands/PathCommand.h
23
class PathCommand : public Command {
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.cpp
25
: Command(),
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
24
class UnassignPathCommand : public Command {
src/apps/icon-o-matic/style/AssignStyleCommand.cpp
26
: Command(),
src/apps/icon-o-matic/style/AssignStyleCommand.h
26
class AssignStyleCommand : public Command {
src/apps/icon-o-matic/style/SetColorCommand.cpp
30
: Command(),
src/apps/icon-o-matic/style/SetColorCommand.cpp
82
SetColorCommand::CombineWithNext(const Command* command)
src/apps/icon-o-matic/style/SetColorCommand.h
25
class SetColorCommand : public Command {
src/apps/icon-o-matic/style/SetColorCommand.h
38
virtual bool CombineWithNext(const Command* next);
src/apps/icon-o-matic/style/SetGradientCommand.cpp
110
SetGradientCommand::CombineWithNext(const Command* command)
src/apps/icon-o-matic/style/SetGradientCommand.cpp
30
: Command(),
src/apps/icon-o-matic/style/SetGradientCommand.h
24
class SetGradientCommand : public Command {
src/apps/icon-o-matic/style/SetGradientCommand.h
37
virtual bool CombineWithNext(const Command* next);
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
145
Command*
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
289
Command*
src/apps/icon-o-matic/transformable/PerspectiveBox.cpp
292
Command* command = fCurrentCommand;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
24
class Command;
src/apps/icon-o-matic/transformable/PerspectiveBox.h
51
virtual Command* MouseUp();
src/apps/icon-o-matic/transformable/PerspectiveBox.h
73
Command* FinishTransaction();
src/apps/icon-o-matic/transformable/PerspectiveCommand.h
23
class PerspectiveCommand : public Command, public PerspectiveBoxListener {
src/apps/icon-o-matic/transformable/ResetTransformationCommand.cpp
31
: Command(),
src/apps/icon-o-matic/transformable/ResetTransformationCommand.h
24
class ResetTransformationCommand : public Command {
src/apps/icon-o-matic/transformable/TransformBox.cpp
177
Command*
src/apps/icon-o-matic/transformable/TransformBox.cpp
260
TransformBox::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/transformable/TransformBox.cpp
303
TransformBox::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
src/apps/icon-o-matic/transformable/TransformBox.cpp
403
Command*
src/apps/icon-o-matic/transformable/TransformBox.cpp
406
Command* command = fCurrentCommand;
src/apps/icon-o-matic/transformable/TransformBox.cpp
431
Command*
src/apps/icon-o-matic/transformable/TransformBox.h
21
class Command;
src/apps/icon-o-matic/transformable/TransformBox.h
47
virtual Command* MouseUp();
src/apps/icon-o-matic/transformable/TransformBox.h
56
uint32 modifiers, Command** _command);
src/apps/icon-o-matic/transformable/TransformBox.h
58
uint32 modifiers, Command** _command);
src/apps/icon-o-matic/transformable/TransformBox.h
74
Command* FinishTransaction();
src/apps/icon-o-matic/transformable/TransformBox.h
79
Command* FinishNudging();
src/apps/icon-o-matic/transformable/TransformCommand.cpp
20
: Command(),
src/apps/icon-o-matic/transformable/TransformCommand.cpp
39
: Command(),
src/apps/icon-o-matic/transformable/TransformCommand.h
17
class TransformCommand : public Command {
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
123
Command*
src/apps/icon-o-matic/transformable/TransformGradientBox.cpp
131
Command*
src/apps/icon-o-matic/transformable/TransformGradientBox.h
48
Command* Perform();
src/apps/icon-o-matic/transformable/TransformGradientBox.h
49
Command* Cancel();
src/apps/mail/Enclosures.cpp
375
if (item->Command() == LIST_INVOKED) {
src/apps/mail/Enclosures.cpp
382
Window()->PostMessage(item->Command(),fParent);
src/apps/mediaplayer/playlist/PLItemsCommand.cpp
21
Command()
src/apps/mediaplayer/playlist/PLItemsCommand.h
14
class PLItemsCommand : public Command {
src/apps/mediaplayer/playlist/PlaylistListView.cpp
676
return item->Command();
src/apps/mediaplayer/support/Command.cpp
16
Command::Command()
src/apps/mediaplayer/support/Command.cpp
22
Command::~Command()
src/apps/mediaplayer/support/Command.cpp
28
Command::InitCheck()
src/apps/mediaplayer/support/Command.cpp
35
Command::Perform()
src/apps/mediaplayer/support/Command.cpp
42
Command::Undo()
src/apps/mediaplayer/support/Command.cpp
49
Command::Redo()
src/apps/mediaplayer/support/Command.cpp
56
Command::GetName(BString& name)
src/apps/mediaplayer/support/Command.cpp
63
Command::UndoesPrevious(const Command* previous)
src/apps/mediaplayer/support/Command.cpp
70
Command::CombineWithNext(const Command* next)
src/apps/mediaplayer/support/Command.cpp
77
Command::CombineWithPrevious(const Command* previous)
src/apps/mediaplayer/support/Command.cpp
85
Command::_GetString(uint32 key, const char* defaultString) const
src/apps/mediaplayer/support/Command.h
17
class Command {
src/apps/mediaplayer/support/Command.h
19
Command();
src/apps/mediaplayer/support/Command.h
20
virtual ~Command();
src/apps/mediaplayer/support/Command.h
30
virtual bool UndoesPrevious(const Command* previous);
src/apps/mediaplayer/support/Command.h
31
virtual bool CombineWithNext(const Command* next);
src/apps/mediaplayer/support/Command.h
32
virtual bool CombineWithPrevious(const Command* previous);
src/apps/mediaplayer/support/CommandStack.cpp
194
CommandStack::_AddCommand(Command* command)
src/apps/mediaplayer/support/CommandStack.cpp
203
if (Command* top = fUndoHistory.top()) {
src/apps/mediaplayer/support/CommandStack.cpp
36
CommandStack::Perform(Command* command)
src/apps/mediaplayer/support/CommandStack.cpp
71
Command* command = fUndoHistory.top();
src/apps/mediaplayer/support/CommandStack.cpp
95
Command* command = fRedoHistory.top();
src/apps/mediaplayer/support/CommandStack.h
17
class Command;
src/apps/mediaplayer/support/CommandStack.h
24
status_t Perform(Command* command);
src/apps/mediaplayer/support/CommandStack.h
37
status_t _AddCommand(Command* command);
src/apps/mediaplayer/support/CommandStack.h
41
typedef std::stack<Command*> command_stack;
src/apps/mediaplayer/support/CommandStack.h
45
Command* fSavedCommand;
src/bin/network/telnet/commands.c
2533
static Command cmdtab[] = {
src/bin/network/telnet/commands.c
2566
static Command cmdtab2[] = {
src/bin/network/telnet/commands.c
2592
static Command *
src/bin/network/telnet/commands.c
2595
Command *cm;
src/bin/network/telnet/commands.c
2597
if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command))))
src/bin/network/telnet/commands.c
2599
return (Command *) genget(name, (char **) cmdtab2, sizeof(Command));
src/bin/network/telnet/commands.c
2605
Command *c;
src/bin/network/telnet/commands.c
2678
Command *c;
src/bin/network/telnet/commands.c
2695
else if (c == (Command *)0)
src/bin/network/telnet/commands.c
2709
Command *c;
src/bin/pkgman/Command.cpp
110
for (int32 i = 0; Command* command = fCommands.ItemAt(i); i++) {
src/bin/pkgman/Command.cpp
17
compare_commands_by_name(const Command* a, const Command* b)
src/bin/pkgman/Command.cpp
26
Command::Command(const BString& name, const BString& shortUsage,
src/bin/pkgman/Command.cpp
40
Command::~Command()
src/bin/pkgman/Command.cpp
46
Command::Init(const char* programName)
src/bin/pkgman/Command.cpp
54
Command::PrintUsage(bool error) const
src/bin/pkgman/Command.cpp
61
Command::PrintUsageAndExit(bool error) const
src/bin/pkgman/Command.cpp
80
CommandManager::RegisterCommand(Command* command)
src/bin/pkgman/Command.cpp
89
for (int32 i = 0; Command* command = fCommands.ItemAt(i); i++)
src/bin/pkgman/Command.cpp
99
for (int32 i = 0; Command* command = fCommands.ItemAt(i); i++) {
src/bin/pkgman/Command.h
18
class Command {
src/bin/pkgman/Command.h
20
Command(const BString& name,
src/bin/pkgman/Command.h
24
virtual ~Command();
src/bin/pkgman/Command.h
56
void RegisterCommand(Command* command);
src/bin/pkgman/Command.h
84
struct className : Command { \
src/bin/pkgman/Command.h
87
Command(name, shortUsage, longUsage, category) \
src/bin/pkgman/pkgman.cpp
47
for (int32 i = 0; Command* command = commands.ItemAt(i); i++)
src/bin/xres.cpp
557
struct SetOutputCommand : Command {
src/bin/xres.cpp
560
Command(),
src/bin/xres.cpp
576
struct ProcessInputCommand : Command {
src/bin/xres.cpp
579
Command(),
src/bin/xres.cpp
595
struct SetResourcePatternCommand : Command {
src/bin/xres.cpp
598
Command(),
src/bin/xres.cpp
619
struct AddResourceCommand : Command {
src/bin/xres.cpp
623
Command(),
src/bin/xres.cpp
811
Command *command = new AddResourceCommand(resourceID,
src/bin/xres.cpp
828
Command *command = new SetResourcePatternCommand(pattern,
src/bin/xres.cpp
849
Command *command = new SetOutputCommand(out);
src/bin/xres.cpp
865
Command *command = new SetResourcePatternCommand(pattern,
src/bin/xres.cpp
884
Command *command = new ProcessInputCommand(arg);
src/bin/xres.cpp
902
for (int32 i = 0; Command *command = (Command*)commandList.ItemAt(i); i++)
src/kits/app/Looper.cpp
1376
if (filter->FiltersAnyCommand() || filter->Command() == message->what) {
src/kits/app/MessageFilter.cpp
72
fWhat = from.Command();
src/kits/interface/ColumnListView.cpp
956
return Command();
src/kits/interface/ListView.cpp
1068
return BInvoker::Command();
src/kits/interface/Menu.cpp
1031
if (item->Command() == command)
src/kits/mail/ProtocolConfigView.cpp
213
_SetCredentialsEnabled(item->Command() != kMsgNoPassword);
src/kits/shared/CalendarView.cpp
269
return BInvoker::Command();
src/kits/tracker/ContainerWindow.cpp
2424
if (item->Command() == kMoveSelectionTo && source != NULL) {
src/kits/tracker/ContainerWindow.cpp
2436
return item->Command();
src/tests/add-ons/mail/imap/imap_tester.cpp
216
class RawCommand : public IMAP::Command, public IMAP::Handler {
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
690
int32 targetShelf = theItem -> Command();
src/tools/fs_shell/fssh.cpp
124
Command::Command(const char* name, const char* description)
src/tools/fs_shell/fssh.cpp
131
Command::Command(command_function* function, const char* name,
src/tools/fs_shell/fssh.cpp
140
Command::~Command()
src/tools/fs_shell/fssh.cpp
146
Command::Name() const
src/tools/fs_shell/fssh.cpp
153
Command::Description() const
src/tools/fs_shell/fssh.cpp
1575
Command* command = CommandManager::Default()->FindCommand(argv[0]);
src/tools/fs_shell/fssh.cpp
160
Command::Do(int argc, const char* const* argv)
src/tools/fs_shell/fssh.cpp
188
CommandManager::AddCommand(Command* command)
src/tools/fs_shell/fssh.cpp
208
AddCommand(new Command(function, name, description));
src/tools/fs_shell/fssh.cpp
233
Command*
src/tools/fs_shell/fssh.cpp
250
Command* command = it->second;
src/tools/fs_shell/fssh.h
29
class Command {
src/tools/fs_shell/fssh.h
31
Command(const char* name,
src/tools/fs_shell/fssh.h
33
Command(command_function* function,
src/tools/fs_shell/fssh.h
35
virtual ~Command();
src/tools/fs_shell/fssh.h
57
void AddCommand(Command* command);
src/tools/fs_shell/fssh.h
63
Command* FindCommand(const char* name) const;
src/tools/fs_shell/fssh.h
67
typedef std::map<std::string, Command*> CommandMap;