Searched refs:Command (Results 1 - 25 of 91) sorted by last modified time

1234

/haiku/src/kits/tracker/
H A DContainerWindow.cpp2521 if (item->Command() == kMoveSelectionTo && source != NULL) {
2530 return item->Command();
3402 } else if (item->Command() == kArrangeReverseOrder)
4182 if (item->Command() == kAttributeItem) {
/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...]
H A Dsdhci.h103 class Command { class
326 Command command;
/haiku/src/tools/fs_shell/
H A Dfssh.cpp122 // #pragma mark - Command
124 Command::Command(const char* name, const char* description) function in class:FSShell::Command
131 Command::Command(command_function* function, const char* name, function in class:FSShell::Command
140 Command::~Command()
146 Command::Name() const
153 Command::Description() const
160 Command
[all...]
/haiku/src/kits/interface/
H A DMenu.cpp1019 if (item->Command() == command)
H A DListView.cpp1059 return BInvoker::Command();
H A DColumnListView.cpp949 return Command();
/haiku/src/apps/icon-o-matic/gui/
H A DStyleListView.cpp409 ::Command* command = new AssignStyleCommand(
H A DPathListView.cpp350 ::Command* command;
H A DShapeListView.cpp437 ::Command** commands = new(std::nothrow) ::Command*[3];
H A DTransformerListView.cpp210 ::Command* command = new (nothrow) AddTransformersCommand(
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h1416 UINT16 Command; member in struct:acpi_madt_multiproc_wakeup_mailbox
2778 UINT16 Command; member in struct:acpi_pcct_shared_memory
2791 UINT32 Command; member in struct:acpi_pcct_ext_pcc_shared_memory
3208 UINT16 Command; member in struct:acpi_rasf_shared_memory
3273 /* Channel Command flags */
H A Dactbl1.h340 UINT8 Command; member in struct:acpi_asf_alert_data
370 UINT8 Command; member in struct:acpi_asf_control_data
384 UINT8 Command; member in struct:acpi_asf_rmcp
1426 /* Command status return values */
1533 /* Command status return values */
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp632 Command*
649 Command* command = NULL;
833 PathManipulator::MessageReceived(BMessage* message, Command** _command)
891 PathManipulator::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
954 PathManipulator::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
1367 Command*
1370 Command* command = NULL;
1725 Command*
1730 Command* command;
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp465 ::Command* command = NULL;
468 Command** commands = new Command*[3];
477 Command** commands = new Command*[2];
485 Command** commands = new Command*[2];
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp177 Command*
260 TransformBox::HandleKeyDown(uint32 key, uint32 modifiers, Command** _command)
303 TransformBox::HandleKeyUp(uint32 key, uint32 modifiers, Command** _command)
403 Command*
406 Command* command = fCurrentCommand;
431 Command*
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.cpp145 Command*
289 Command*
292 Command* command = fCurrentCommand;
H A DPerspectiveBox.h24 class Command;
51 virtual Command* MouseUp();
73 Command* FinishTransaction();
H A DPerspectiveCommand.h16 #include "Command.h"
23 class PerspectiveCommand : public Command, public PerspectiveBoxListener {
31 // Command interface
H A DResetTransformationCommand.cpp31 : Command(),
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp19 #include "Command.h"
168 Command* command = NULL;
419 Command* command = NULL;
445 Command* command = NULL;
506 StateView::Perform(Command* command)
H A DStateView.h18 class Command;
79 status_t Perform(Command* command);
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp54 CliCommand* Command() const function in struct:CommandLineUserInterface::CommandEntry
375 commandEntry->Command()->Execute(argc, argv, *fContext);
424 commandEntry->Command()->PrintUsage(commandEntry->Name().String());
440 entry->Command()->Summary());
/haiku/src/apps/icon-o-matic/style/
H A DSetGradientCommand.cpp30 : Command(),
110 SetGradientCommand::CombineWithNext(const Command* command)

Completed in 177 milliseconds

1234