Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::ui::resources Namespace Reference

Classes

class  ImageResource
 

Enumerations

enum class  eResourceId {
  Alarm , AlarmAck , Inhibited , ReturnNoAck ,
  WarningAlarm , WarningAck , AccessClose , AlarmOff ,
  AlarmOn , ButtonStart , CheckOff , CheckOn ,
  CheckDisable , Close , Error , Info ,
  Maximize , OffScan , Question , Reboot ,
  Restore , Shutdown , Warning , GtkOpen ,
  GtkNew , GtkSave , GtkQuit , GtkPlay ,
  GtkStop , GtkDelete , GtkPreference
}
 

Functions

static std::string getAlarmResource (iv::ui::resources::eResourceId id)
 
std::string getResource (iv::ui::resources::eResourceId resourceId)
 
static std::string getIconResource (iv::ui::resources::eResourceId id)
 

Variables

static const std::unordered_map< iv::ui::resources::eResourceId, std::string > alarmResources
 
static const std::unordered_map< iv::ui::resources::eResourceId, std::string > iconResources
 

Enumeration Type Documentation

◆ eResourceId

enum class iv::ui::resources::eResourceId
strong
Enumerator
Alarm 
AlarmAck 
Inhibited 
ReturnNoAck 
WarningAlarm 
WarningAck 
AccessClose 
AlarmOff 
AlarmOn 
ButtonStart 
CheckOff 
CheckOn 
CheckDisable 
Close 
Error 
Info 
Maximize 
OffScan 
Question 
Reboot 
Restore 
Shutdown 
Warning 
GtkOpen 
GtkNew 
GtkSave 
GtkQuit 
GtkPlay 
GtkStop 
GtkDelete 
GtkPreference 

Function Documentation

◆ getAlarmResource()

static std::string iv::ui::resources::getAlarmResource ( iv::ui::resources::eResourceId id)
static

◆ getIconResource()

static std::string iv::ui::resources::getIconResource ( iv::ui::resources::eResourceId id)
static

◆ getResource()

std::string iv::ui::resources::getResource ( iv::ui::resources::eResourceId resourceId)

Variable Documentation

◆ alarmResources

◆ iconResources

const std::unordered_map<iv::ui::resources::eResourceId, std::string> iv::ui::resources::iconResources
static