Icons.h
Go to the documentation of this file.00001 #ifndef ICONS_H_
00002 #define ICONS_H_
00003
00004 namespace ui
00005 {
00006 namespace icons
00007 {
00008 namespace
00009 {
00010
00011 static const std::string ICON = "icon.png";
00012
00013 static const std::string ICON_OPEN = "file_open.png";
00014 static const std::string ICON_SAVE = "file_save.png";
00015 static const std::string ICON_UNDO = "undo.png";
00016 static const std::string ICON_REDO = "redo.png";
00017
00018 static const std::string ICON_LEVEL1 = "ufoai_level1.png";
00019 static const std::string ICON_LEVEL2 = "ufoai_level2.png";
00020 static const std::string ICON_LEVEL3 = "ufoai_level3.png";
00021 static const std::string ICON_LEVEL4 = "ufoai_level4.png";
00022 static const std::string ICON_LEVEL5 = "ufoai_level5.png";
00023 static const std::string ICON_LEVEL6 = "ufoai_level6.png";
00024 static const std::string ICON_LEVEL7 = "ufoai_level7.png";
00025 static const std::string ICON_LEVEL8 = "ufoai_level8.png";
00026
00027 static const std::string ICON_BRUSH_FLIPX = "brush_flipx.png";
00028 static const std::string ICON_BRUSH_ROTATEX = "brush_rotatex.png";
00029 static const std::string ICON_BRUSH_FLIPY = "brush_flipy.png";
00030 static const std::string ICON_BRUSH_ROTATEY = "brush_rotatey.png";
00031 static const std::string ICON_BRUSH_FLIPZ = "brush_flipz.png";
00032 static const std::string ICON_BRUSH_ROTATEZ = "brush_rotatez.png";
00033
00034 static const std::string ICON_SELECT_TOUCHING = "selection_selecttouching.png";
00035 static const std::string ICON_SELECT_INSIDE = "selection_selectinside.png";
00036 static const std::string ICON_SELECT_ENTITIES = "selection_selectentities.png";
00037 static const std::string ICON_SELECT_COMPLETE = "selection_selectcompletetall.png";
00038 static const std::string ICON_SELECT_SAME_TEXTURE = "selection_selectallsametex.png";
00039
00040 static const std::string ICON_CSG_SUBTRACT = "selection_csgsubtract.png";
00041 static const std::string ICON_CSG_MERGE = "selection_csgmerge.png";
00042 static const std::string ICON_CSG_MAKE_HOLLOW = "selection_makehollow.png";
00043
00044 static const std::string ICON_MODIFY_VERTICES = "modify_vertices.png";
00045 static const std::string ICON_MODIFY_EDGES = "modify_edges.png";
00046 static const std::string ICON_MODIFY_FACES = "modify_faces.png";
00047
00048 static const std::string ICON_VIEW_CLIPPER = "view_clipper.png";
00049
00050 static const std::string ICON_FILTER_NODRAW = "filter_nodraw.png";
00051 static const std::string ICON_FILTER_ACTORCLIP = "filter_actorclip.png";
00052 static const std::string ICON_FILTER_WEAPONCLIP = "filter_weaponclip.png";
00053
00054 static const std::string ICON_VIEW_CHANGE = "view_change.png";
00055
00056 static const std::string ICON_SELECT_MOUSE_TRANSLATE = "select_mousetranslate.png";
00057 static const std::string ICON_SELECT_MOUSE_ROTATE = "select_mouserotate.png";
00058 static const std::string ICON_SELECT_MOUSE_SCALE = "select_mousescale.png";
00059 static const std::string ICON_SELECT_MOUSE_RESIZE = "select_mouseresize.png";
00060
00061 static const std::string ICON_REFRESH_MODELS = "refresh_models.png";
00062 static const std::string ICON_BACKGROUND = "background.png";
00063 static const std::string ICON_MATERIALS_GENERATE = "material_generate.png";
00064 static const std::string ICON_PATHFINDING = "pathfinding.png";
00065 static const std::string ICON_TEXTURE_LOCK = "texture_lock.png";
00066
00067 static const std::string ICON_VIEW_CLIPPING = "view_cubicclipping.png";
00068
00069 static const std::string ICON_DRAW_BBOX = "iconDrawBBox.png";
00070 static const std::string ICON_MD2 = "model16red.png";
00071 static const std::string ICON_MD3 = "model16green.png";
00072 static const std::string ICON_OBJ = "model16blue.png";
00073 static const std::string ICON_SKIN = "skin16.png";
00074 static const std::string ICON_FOLDER = "folder16.png";
00075 static const std::string ICON_SOUND = "icon_sound.png";
00076 static const std::string ICON_ADD_SOUND = "icon_sound.png";
00077
00078 static const std::string ICON_ADD_LIGHT = "cmenu_add_light.png";
00079 static const std::string ICON_ADD_MODEL = "cmenu_add_model.png";
00080 static const std::string ICON_ADD_ENTITY = "cmenu_add_entity.png";
00081 static const std::string ICON_CONNECT_ENTITIES = "cmenu_connect_entities.png";
00082 static const std::string ICON_FIT_TEXTURE = "cmenu_fit_texture.png";
00083 static const std::string ICON_GENERATE_MATERIALS = "cmenu_generate_materials.png";
00084 static const std::string ICON_GENERATE_TERRAIN = "cmenu_generate_terrain.png";
00085
00086 static const std::string ICON_LOGO = "logo.png";
00087
00088 static const std::string ICON_WINDOW_REGULAR = "window_regular.png";
00089 static const std::string ICON_WINDOW_SPLIT = "window_split.png";
00090
00091 static const std::string ICON_MODEL_SHOWNORMALS = "model_normals.png";
00092
00093 #if 0
00094
00095 static const std::string ICON_ = "selection_selectpartialtall.png";
00096 static const std::string ICON_VIEW_FORCE_LIGHT = "view_forcelight.png";
00097 #endif
00098 }
00099 }
00100 }
00101 #endif