CommandLineUserInterface
CommandLineUserInterface* userInterface
= new(std::nothrow) CommandLineUserInterface();
CommandLineUserInterface::~CommandLineUserInterface()
CommandLineUserInterface::ID() const
CommandLineUserInterface::Init(Team* team, UserInterfaceListener* listener)
CommandLineUserInterface::Show()
CommandLineUserInterface::Terminate()
CommandLineUserInterface::Clone() const
return new(std::nothrow) CommandLineUserInterface;
CommandLineUserInterface::IsInteractive() const
CommandLineUserInterface::LoadSettings(const TeamUiSettings* settings)
CommandLineUserInterface::SaveSettings(TeamUiSettings*& settings) const
CommandLineUserInterface::NotifyUser(const char* title, const char* message,
CommandLineUserInterface::NotifyBackgroundWorkStatus(const char* message)
CommandLineUserInterface::SynchronouslyAskUser(const char* title,
CommandLineUserInterface::SynchronouslyAskUserForFile(entry_ref* _ref)
CommandLineUserInterface::Run()
CommandLineUserInterface::_InputLoop()
CommandLineUserInterface::_RegisterCommands()
CommandLineUserInterface::_RegisterCommand(const BString& name,
CommandLineUserInterface::_ExecuteCommand(int argc, const char* const* argv)
CommandLineUserInterface::CommandEntry*
CommandLineUserInterface::_FindCommand(const char* commandName)
struct CommandLineUserInterface::CommandEntry {
CommandLineUserInterface::_PrintHelp(const char* commandName)
CommandLineUserInterface::_CompareCommandEntries(const CommandEntry* command1,
struct CommandLineUserInterface::HelpCommand : CliCommand {
HelpCommand(CommandLineUserInterface* userInterface)
CommandLineUserInterface* fUserInterface;
CommandLineUserInterface::CommandLineUserInterface()
class CommandLineUserInterface : public UserInterface {
CommandLineUserInterface();
virtual ~CommandLineUserInterface();