Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Static Public Member Functions
Rapicorn::Stock Class Reference

Stock resource retrieval facility. More...

List of all members.

Static Public Member Functions

static String stock_string (const String &stock_id, const String &key)
 Retrieve the key attribute of stock_id as a string.
static String stock_label (const String &stock_id)
 Retrieve the "label" string attribute of stock_id.
static String stock_tooltip (const String &stock_id)
 Retrieve the "tooltip" string attribute of stock_id.
static String stock_accelerator (const String &stock_id)
 Retrieve the "accelerator" string attribute of stock_id.
static Blob stock_image (const String &stock_id)
 Retrieve and load the binary contents referred to by the "image" attribute of stock_id.

Detailed Description

Stock resource retrieval facility.

The stock system provides a number of predefined labels, tooltips, accelerators and icons out of the box, accessible via a specific identifier, the stock_id.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines