Lines Matching refs:Command
16 Command::Command() in Command() function in Command
22 Command::~Command() in ~Command()
28 Command::InitCheck() in InitCheck()
35 Command::Perform() in Perform()
42 Command::Undo() in Undo()
49 Command::Redo() in Redo()
56 Command::GetName(BString& name) in GetName()
63 Command::UndoesPrevious(const Command* previous) in UndoesPrevious()
70 Command::CombineWithNext(const Command* next) in CombineWithNext()
77 Command::CombineWithPrevious(const Command* previous) in CombineWithPrevious()
85 Command::_GetString(uint32 key, const char* defaultString) const in _GetString()