23 #ifndef BAGEL_BAGLIB_MENU_DLG_H 24 #define BAGEL_BAGLIB_MENU_DLG_H 26 #include "bagel/spacebar/baglib/storage_dev_win.h" 27 #include "bagel/spacebar/baglib/sprite_object.h" 35 static int _nDefaultDelay;
42 static void initialize();
53 bool addItem(
CBagObject *pObj,
void *(*func)(
int,
void *),
void *info);
57 bool isChecked(
int nRefId);
58 bool isCheckedPos(
int nRow,
int nCol = -1);
60 bool check(
int nRefId);
62 bool unCheck(
int nRefId);
66 static bool removeUniversalObjectList();
69 return _pUniversalObjectList;
79 bool _bMultipleDialogs;
84 static void initialize();
91 virtual void onMouseMove(uint32 nFlags,
CBofPoint *pPoint,
void * =
nullptr);
92 virtual void onLButtonUp(uint32 nFlags,
CBofPoint *pPoint,
void * =
nullptr);
94 virtual void onDeActivate();
96 virtual void onTimer(uint32 nID);
97 virtual void onPaint(
CBofRect *pRect);
100 extern bool g_pauseTimerFl;
Definition: storage_dev_win.h:486
Definition: storage_dev_win.h:79