gui.h

changeset 164
8c93d8e38494
parent 163
46955613626d
child 165
88a03c1a52d9
equal deleted inserted replaced
163:46955613626d 164:8c93d8e38494
188 QPixmap getIcon (const char* sIconName); 188 QPixmap getIcon (const char* sIconName);
189 std::vector<quickColorMetaEntry> parseQuickColorMeta (); 189 std::vector<quickColorMetaEntry> parseQuickColorMeta ();
190 bool confirm (str title, str msg); 190 bool confirm (str title, str msg);
191 bool confirm (str msg); 191 bool confirm (str msg);
192 void critical (str msg); 192 void critical (str msg);
193 QAction* const& findAction (str name); 193 QAction* findAction (str name);
194 194
195 // ----------------------------------------------------------------------------- 195 // -----------------------------------------------------------------------------
196 // Pointer to the instance of ForgeWindow. 196 // Pointer to the instance of ForgeWindow.
197 extern ForgeWindow* g_win; 197 extern ForgeWindow* g_win;
198 198
199 // Is this still needed?
200 enum {
201 LDOLC_Icon,
202 LDOLC_Data,
203 NUM_LDOL_Columns
204 };
205
206 #endif // GUI_H 199 #endif // GUI_H

mercurial