23 #ifndef BAGEL_BAGLIB_MENU_DLG_H 24 #define BAGEL_BAGLIB_MENU_DLG_H 26 #include "bagel/baglib/storage_dev_win.h" 27 #include "bagel/baglib/sprite_object.h" 34 static int _nDefaultDelay;
41 static void initialize();
52 bool addItem(
CBagObject *pObj,
void *(*func)(
int,
void *),
void *info);
56 bool isChecked(
int nRefId);
57 bool isCheckedPos(
int nRow,
int nCol = -1);
59 bool check(
int nRefId);
61 bool unCheck(
int nRefId);
65 static bool removeUniversalObjectList();
68 return _pUniversalObjectList;
78 bool _bMultipleDialogs;
83 static void initialize();
90 virtual void onMouseMove(uint32 nFlags,
CBofPoint *pPoint,
void * =
nullptr);
91 virtual void onLButtonUp(uint32 nFlags,
CBofPoint *pPoint,
void * =
nullptr);
93 virtual void onDeActivate();
95 virtual void onTimer(uint32 nID);
96 virtual void onPaint(
CBofRect *pRect);
99 extern bool g_pauseTimerFl;
Definition: storage_dev_win.h:482
Definition: storage_dev_win.h:78