Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
stock.hh
Go to the documentation of this file.
00001  // Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html
00002 #ifndef __RAPICORN_STOCK_HH__
00003 #define __RAPICORN_STOCK_HH__
00004 
00005 #include <ui/primitives.hh>
00006 
00007 namespace Rapicorn {
00008 
00009 // == Stock ==
00010 class Stock {
00011 public:
00012   static String       stock_string      (const String &stock_id, const String &key);
00013   static String       stock_label       (const String &stock_id);
00014   static String       stock_tooltip     (const String &stock_id);
00015   static String       stock_accelerator (const String &stock_id);
00016   static Blob         stock_image       (const String &stock_id);
00017 };
00018 
00019 } // Rapicorn
00020 
00021 #endif // __RAPICORN_STOCK_HH__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines