23 #ifndef BAGEL_BAGLIB_BASE_PDA_H 24 #define BAGEL_BAGLIB_BASE_PDA_H 26 #include "bagel/spacebar/baglib/storage_dev_bmp.h" 32 #define PDA_STASH (101) 33 #define PDA_ZOOM (102) 34 #define PDA_SYSTEM (103) 37 #define PDA_MSGLIGHT (110) 38 #define PDA_ZOOMFLASH "ZOOMFLASH" 48 PDA_POS_UNINITIALIZED,
56 static PdaMode _pdaMode;
57 static PdaPos _pdaPos;
73 static PdaMode _holdMode;
78 static void initialize();
86 static PdaMode getPdaMode() {
89 bool isActivated()
const {
90 return _activating ? !_activated : _activated;
92 bool isActivating()
const {
96 virtual ErrorCode attachActiveObjects();
97 virtual ErrorCode detachActiveObjects();
139 void setDeactivate(
bool b) {
143 bool getDeactivate()
const {
144 return _deactivateFl;
164 virtual bool showLog();
166 virtual bool msgLight();
180 static void *pdaButtonHandler(
int refId,
void *info);
185 void setZoomed(
bool newVal) {
188 bool getZoomed()
const {
Definition: base_pda.h:53
virtual bool zoom()
Definition: base_pda.h:160
bool setMovie(CBofString &movieName) const
virtual bool restoreCurDisplay()
virtual bool hideCurDisplay()
CBofRect getViewRect() const
virtual bool showInventory()
static void setPdaMode(PdaMode pdaMode)
Definition: base_pda.h:83
void stopMovie(bool bResetPDA) const
virtual bool hideInventory()
void synchronizePdaState()
Definition: storage_dev_bmp.h:32