#include "api.hh"
Public Member Functions | |
Choice ()=default | |
Choice (IconString icon, String label, String blurb="") | |
Choice (String ident, IconString icon, String label, String blurb="", String notice="", String warning="") | |
Choice (String ident, String label, String blurb="", String notice="", String warning="") | |
Public Attributes | |
String | blurb |
String | icon |
String | ident |
String | label |
String | notice |
String | warning |
Representation of one possible choice for selection properties.
|
default |
Choice | ( | IconString | icon, |
String | label, | ||
String | blurb = "" |
||
) |
Choice | ( | String | ident, |
IconString | icon, | ||
String | label, | ||
String | blurb = "" , |
||
String | notice = "" , |
||
String | warning = "" |
||
) |
String ident |
Identifier used for serialization (may be derived from untranslated label).
String icon |
Icon (64x64 pixels) or unicode symbol (possibly wide).
String label |
Preferred user interface name.
String blurb |
Short description for overviews.
String notice |
Additional information of interest.
String warning |
Potential problem indicator.