Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Choice

#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

Stringblurb
Stringicon
Stringident
Stringlabel
Stringnotice
Stringwarning

Detailed Description

Representation of one possible choice for selection properties.

Constructor & Destructor Documentation

Choice() [1/4]

Choice ( )
default

Choice() [2/4]

Choice ( IconString icon,
String label,
String blurb = ""
)

Choice() [3/4]

Choice ( String ident,
IconString icon,
String label,
String blurb = "",
String notice = "",
String warning = ""
)

Choice() [4/4]

Choice ( String ident,
String label,
String blurb = "",
String notice = "",
String warning = ""
)

Member Data Documentation

ident

String ident

Identifier used for serialization (may be derived from untranslated label).

icon

String icon

Icon (64x64 pixels) or unicode symbol (possibly wide).

label

String label

Preferred user interface name.

blurb

String blurb

Short description for overviews.

notice

String notice

Additional information of interest.

warning

String warning

Potential problem indicator.