Searched refs:Command (Results 51 - 75 of 91) sorted by relevance

1234

/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h18 class Command;
79 status_t Perform(Command* command);
H A DStateView.cpp19 #include "Command.h"
168 Command* command = NULL;
419 Command* command = NULL;
445 Command* command = NULL;
506 StateView::Perform(Command* command)
/haiku/headers/os/app/
H A DInvoker.h32 uint32 Command() const;
H A DMessageFilter.h63 uint32 Command() const;
/haiku/src/apps/cortex/support/
H A DMultiInvoker.h63 uint32 Command() const;
H A DMultiInvoker.cpp99 uint32 MultiInvoker::Command() const function in class:MultiInvoker
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.cpp31 : Command(),
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 DPerspectiveBox.cpp145 Command*
289 Command*
292 Command* command = fCurrentCommand;
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp31 : 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/generic/command/
H A DMoveCommand.h19 #include "Command.h"
36 class MoveCommand : public Command {
66 : Command(),
/haiku/src/bin/pkgman/
H A Dpkgman.cpp16 #include "Command.h"
47 for (int32 i = 0; Command* command = commands.ItemAt(i); i++)
/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/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp90 class IDCommand : public IMAP::Command, public IMAP::Handler {
282 Protocol::ProcessCommand(Command& command, bigtime_t timeout)
310 Protocol::HandleResponse(Command* command, bigtime_t timeout,
H A DCommands.cpp99 Command::~Command()
105 Command::HandleTagged(Response& response)
/haiku/src/kits/app/
H A DInvoker.cpp73 BInvoker::Command() const function in class:BInvoker
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFreezeTransformationCommand.cpp35 : Command(),
/haiku/src/bin/network/telnet/
H A Dcommands.c125 } Command; typedef in typeref:struct:__anon4447
2550 static Command cmdtab[] = {
2583 static Command cmdtab2[] = {
2609 static Command *
2612 Command *cm;
2614 if ((cm = (Command *) genget(name, (char **) cmdtab, sizeof(Command))))
2616 return (Command *) genget(name, (char **) cmdtab2, sizeof(Command));
2622 Command *
[all...]
/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/gui/
H A DIconObjectListView.cpp115 Command* command = new (nothrow) SetPropertiesCommand(objects, 1,
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.h103 class Command { class
326 Command command;
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp59 virtual void Command(RTF::Command *command);
175 process_command(conversion_context &context, RTF::Command *command,
443 TextOutput::Command(RTF::Command *command) function in class:TextOutput
487 RTF::Command *info;
/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/mail/
H A DEnclosures.cpp375 if (item->Command() == LIST_INVOKED) {
382 Window()->PostMessage(item->Command(),fParent);

Completed in 246 milliseconds

1234