Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ui-items-stock.h File Reference

#include <libgnomeuimm/ui-items-derived.h>

Go to the source code of this file.

Namespaces

namespace  Gnome
namespace  Gnome::UI
namespace  Gnome::UI::Items
namespace  Gnome::UI::MenuItems
namespace  Gnome::UI::Menus

Classes

class  Gnome::UI::Items::ConfigureItem
struct  Gnome::UI::Menus::New

Defines

#define STOCK_MENU_ITEM(X, Y)
#define STOCK_MENU_ITEM_EXTRA(X, Y)
#define STOCK_MENU(X, Y)

Functions

 STOCK_MENU_ITEM_EXTRA (New, GNOME_APP_CONFIGURABLE_ITEM_NEW)
 STOCK_MENU_ITEM (Open, GNOME_APP_CONFIGURABLE_ITEM_OPEN)
 STOCK_MENU_ITEM (Save, GNOME_APP_CONFIGURABLE_ITEM_SAVE)
 STOCK_MENU_ITEM (Revert, GNOME_APP_CONFIGURABLE_ITEM_REVERT)
 STOCK_MENU_ITEM (Print, GNOME_APP_CONFIGURABLE_ITEM_PRINT)
 STOCK_MENU_ITEM (Close, GNOME_APP_CONFIGURABLE_ITEM_CLOSE)
 STOCK_MENU_ITEM (Exit, GNOME_APP_CONFIGURABLE_ITEM_EXIT)
 STOCK_MENU_ITEM (Cut, GNOME_APP_CONFIGURABLE_ITEM_CUT)
 STOCK_MENU_ITEM (Copy, GNOME_APP_CONFIGURABLE_ITEM_COPY)
 STOCK_MENU_ITEM (Paste, GNOME_APP_CONFIGURABLE_ITEM_PASTE)
 STOCK_MENU_ITEM (SelectAll, GNOME_APP_CONFIGURABLE_ITEM_SELECT_ALL)
 STOCK_MENU_ITEM (Clear, GNOME_APP_CONFIGURABLE_ITEM_CLEAR)
 STOCK_MENU_ITEM (Undo, GNOME_APP_CONFIGURABLE_ITEM_UNDO)
 STOCK_MENU_ITEM (Redo, GNOME_APP_CONFIGURABLE_ITEM_REDO)
 STOCK_MENU_ITEM (Find, GNOME_APP_CONFIGURABLE_ITEM_FIND)
 STOCK_MENU_ITEM (Replace, GNOME_APP_CONFIGURABLE_ITEM_REPLACE)
 STOCK_MENU_ITEM (Properties, GNOME_APP_CONFIGURABLE_ITEM_PROPERTIES)
 STOCK_MENU_ITEM (Preferences, GNOME_APP_CONFIGURABLE_ITEM_PREFERENCES)
 STOCK_MENU_ITEM (NewWindow, GNOME_APP_CONFIGURABLE_ITEM_NEW_WINDOW)
 STOCK_MENU_ITEM (About, GNOME_APP_CONFIGURABLE_ITEM_ABOUT)
 STOCK_MENU_ITEM (NewGame, GNOME_APP_CONFIGURABLE_ITEM_NEW_GAME)
 STOCK_MENU_ITEM (PauseGame, GNOME_APP_CONFIGURABLE_ITEM_PAUSE_GAME)
 STOCK_MENU_ITEM (RestartGame, GNOME_APP_CONFIGURABLE_ITEM_RESTART_GAME)
 STOCK_MENU_ITEM (Hint, GNOME_APP_CONFIGURABLE_ITEM_HINT)
 STOCK_MENU_ITEM (Scores, GNOME_APP_CONFIGURABLE_ITEM_SCORES)
 STOCK_MENU_ITEM (EndGame, GNOME_APP_CONFIGURABLE_ITEM_END_GAME)
 STOCK_MENU (File,"_File")
 STOCK_MENU (Files,"Fi_les")
 STOCK_MENU (Edit,"_Edit")
 STOCK_MENU (View,"_View")
 STOCK_MENU (Help,"_Help")
 STOCK_MENU (Game,"_Game")
 STOCK_MENU (Settings,"_Settings")
 STOCK_MENU (Windows,"_Windows")


Define Documentation

#define STOCK_MENU (  X,
Y   ) 
 

Value:

struct X : public Items::Menu \ { \ X(const Items::Array<Info>& tree = Items::Array<Info>()) \ : Items::Menu(Y,tree) \ {} \ ~X() \ {} \ }

#define STOCK_MENU_ITEM (  X,
Y   ) 
 

Value:

struct X : public Items::ConfigureItem \ { \ X(const Callback& cb) \ { \ init(cb, Y); \ } \ X(const CallbackWithWidget& cb = CallbackWithWidget()) \ { \ init(cb, Y); \ } \ ~X() {} \ }

#define STOCK_MENU_ITEM_EXTRA (  X,
Y   ) 
 

Value:

struct X : public Items::ConfigureItem \ { \ X(const Glib::ustring& strLabel, const Glib::ustring& strHint, const Callback& cb) \ { \ init(cb, Y, strLabel, strHint); \ } \ X(const Glib::ustring& strLabel, const Glib::ustring& strHint, const CallbackWithWidget& cb = CallbackWithWidget()) \ { \ init(cb, Y, strLabel, strHint); \ } \ ~X() {} \ }


Function Documentation

STOCK_MENU (  Windows  ,
"_Windows" 
) 
 

STOCK_MENU (  Settings  ,
"_Settings" 
) 
 

STOCK_MENU (  Game  ,
"_Game" 
) 
 

STOCK_MENU (  Help  ,
"_Help" 
) 
 

STOCK_MENU (  View  ,
"_View" 
) 
 

STOCK_MENU (  Edit  ,
"_Edit" 
) 
 

STOCK_MENU (  Files  ,
"Fi_les" 
) 
 

STOCK_MENU (  File  ,
"_File" 
) 
 

STOCK_MENU_ITEM (  EndGame  ,
GNOME_APP_CONFIGURABLE_ITEM_END_GAME 
) 
 

STOCK_MENU_ITEM (  Scores  ,
GNOME_APP_CONFIGURABLE_ITEM_SCORES 
) 
 

STOCK_MENU_ITEM (  Hint  ,
GNOME_APP_CONFIGURABLE_ITEM_HINT 
) 
 

STOCK_MENU_ITEM (  RestartGame  ,
GNOME_APP_CONFIGURABLE_ITEM_RESTART_GAME 
) 
 

STOCK_MENU_ITEM (  PauseGame  ,
GNOME_APP_CONFIGURABLE_ITEM_PAUSE_GAME 
) 
 

STOCK_MENU_ITEM (  NewGame  ,
GNOME_APP_CONFIGURABLE_ITEM_NEW_GAME 
) 
 

STOCK_MENU_ITEM (  About  ,
GNOME_APP_CONFIGURABLE_ITEM_ABOUT 
) 
 

STOCK_MENU_ITEM (  NewWindow  ,
GNOME_APP_CONFIGURABLE_ITEM_NEW_WINDOW 
) 
 

STOCK_MENU_ITEM (  Preferences  ,
GNOME_APP_CONFIGURABLE_ITEM_PREFERENCES 
) 
 

STOCK_MENU_ITEM (  Properties  ,
GNOME_APP_CONFIGURABLE_ITEM_PROPERTIES 
) 
 

STOCK_MENU_ITEM (  Replace  ,
GNOME_APP_CONFIGURABLE_ITEM_REPLACE 
) 
 

Gnome::UI::MenuItems::STOCK_MENU_ITEM (  Find  ,
GNOME_APP_CONFIGURABLE_ITEM_FIND 
) 
 

Gnome::UI::MenuItems::STOCK_MENU_ITEM (  Redo  ,
GNOME_APP_CONFIGURABLE_ITEM_REDO 
) 
 

Gnome::UI::MenuItems::STOCK_MENU_ITEM (  Undo  ,
GNOME_APP_CONFIGURABLE_ITEM_UNDO 
) 
 

STOCK_MENU_ITEM (  Clear  ,
GNOME_APP_CONFIGURABLE_ITEM_CLEAR 
) 
 

STOCK_MENU_ITEM (  SelectAll  ,
GNOME_APP_CONFIGURABLE_ITEM_SELECT_ALL 
) 
 

STOCK_MENU_ITEM (  Paste  ,
GNOME_APP_CONFIGURABLE_ITEM_PASTE 
) 
 

STOCK_MENU_ITEM (  Copy  ,
GNOME_APP_CONFIGURABLE_ITEM_COPY 
) 
 

STOCK_MENU_ITEM (  Cut  ,
GNOME_APP_CONFIGURABLE_ITEM_CUT 
) 
 

STOCK_MENU_ITEM (  Exit  ,
GNOME_APP_CONFIGURABLE_ITEM_EXIT 
) 
 

Gnome::UI::MenuItems::STOCK_MENU_ITEM (  Close  ,
GNOME_APP_CONFIGURABLE_ITEM_CLOSE 
) 
 

Gnome::UI::MenuItems::STOCK_MENU_ITEM (  Print  ,
GNOME_APP_CONFIGURABLE_ITEM_PRINT 
) 
 

STOCK_MENU_ITEM (  Revert  ,
GNOME_APP_CONFIGURABLE_ITEM_REVERT 
) 
 

Gnome::UI::MenuItems::STOCK_MENU_ITEM (  Save  ,
GNOME_APP_CONFIGURABLE_ITEM_SAVE 
) 
 

STOCK_MENU_ITEM (  Open  ,
GNOME_APP_CONFIGURABLE_ITEM_OPEN 
) 
 

STOCK_MENU_ITEM_EXTRA (  New  ,
GNOME_APP_CONFIGURABLE_ITEM_NEW 
) 
 


Generated on Sat Jul 31 15:28:35 2004 for libgnomeuimm by doxygen 1.3.8