synfig-studio  1.0.3
Public Member Functions | List of all members
synfigapp::ConsoleUIInterface Class Reference

#include <uimanager.h>

Inheritance diagram for synfigapp::ConsoleUIInterface:
synfigapp::UIInterface

Public Member Functions

Response confirmation (const std::string &message, const std::string &details, const std::string &confirm, const std::string &cancel, Response dflt)
Response yes_no_cancel (const std::string &message, const std::string &details, const std::string &button1, const std::string &button2, const std::string &button3, Response dflt)
bool task (const std::string &task)
bool error (const std::string &task)
bool warning (const std::string &task)
bool amount_complete (int current, int total)
- Public Member Functions inherited from synfigapp::UIInterface
virtual ~UIInterface ()

Additional Inherited Members

- Public Types inherited from synfigapp::UIInterface
enum  Response { RESPONSE_CANCEL = -1, RESPONSE_NO = 0, RESPONSE_YES = 1, RESPONSE_OK = 2 }

Member Function Documentation

UIInterface::Response ConsoleUIInterface::confirmation ( const std::string &  message,
const std::string &  details,
const std::string &  confirm,
const std::string &  cancel,
Response  dflt 
)
virtual
UIInterface::Response ConsoleUIInterface::yes_no_cancel ( const std::string &  message,
const std::string &  details,
const std::string &  button1,
const std::string &  button2,
const std::string &  button3,
Response  dflt 
)
virtual

Implements synfigapp::UIInterface.

References _.

bool ConsoleUIInterface::task ( const std::string &  task)
bool ConsoleUIInterface::error ( const std::string &  task)

References _.

bool ConsoleUIInterface::warning ( const std::string &  task)

References _.

bool ConsoleUIInterface::amount_complete ( int  current,
int  total 
)

The documentation for this class was generated from the following files: