libAlgAudio  v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Alertable.hpp File Reference
#include "Utilities.hpp"
#include "Theme.hpp"
#include "LateReturn.hpp"

Go to the source code of this file.

Classes

class  AlgAudio::IAlertable
 
struct  AlgAudio::Exceptions::WindowNotAlertable
 

Namespaces

 AlgAudio
 
 AlgAudio::Exceptions
 

Enumerations

enum  AlgAudio::AlertType : int { AlgAudio::AlertType::NONE, AlgAudio::AlertType::INFO, AlgAudio::AlertType::WARNING, AlgAudio::AlertType::ERROR }
 
enum  AlgAudio::ButtonID : int {
  AlgAudio::ButtonID::OK, AlgAudio::ButtonID::CANCEL, AlgAudio::ButtonID::YES, AlgAudio::ButtonID::NO,
  AlgAudio::ButtonID::QUIT, AlgAudio::ButtonID::IGNORE, AlgAudio::ButtonID::CUSTOM1, AlgAudio::ButtonID::CUSTOM2
}