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

#include <uimanager.h>

Inheritance diagram for synfigapp::DefaultUIInterface:
synfigapp::UIInterface

Public Member Functions

Response confirmation (const std::string &, const std::string &, const std::string &, const std::string &, Response dflt)
Response yes_no_cancel (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, Response dflt)
bool task (const std::string &)
bool error (const std::string &)
bool warning (const std::string &)
bool amount_complete (int, int)
- 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

Response synfigapp::DefaultUIInterface::confirmation ( const std::string &  ,
const std::string &  ,
const std::string &  ,
const std::string &  ,
Response  dflt 
)
inlinevirtual
Response synfigapp::DefaultUIInterface::yes_no_cancel ( const std::string &  ,
const std::string &  ,
const std::string &  ,
const std::string &  ,
const std::string &  ,
Response  dflt 
)
inlinevirtual
bool synfigapp::DefaultUIInterface::task ( const std::string &  )
inline
bool synfigapp::DefaultUIInterface::error ( const std::string &  )
inline
bool synfigapp::DefaultUIInterface::warning ( const std::string &  )
inline
bool synfigapp::DefaultUIInterface::amount_complete ( int  ,
int   
)
inline

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