ASPiK SDK
|
Public Types | |
using | OnCommandUpdateFunc = std::function< void()> |
using | QuitFunc = std::function< void()> |
using | AlertFunc = std::function< AlertResult(const AlertBoxConfig &)> |
using | AlertForWindowFunc = std::function< void(const AlertBoxForWindowConfig &)> |
Public Attributes | |
QuitFunc | quit |
OnCommandUpdateFunc | onCommandUpdate |
AlertFunc | showAlert |
AlertForWindowFunc | showAlertForWindow |