23 #ifndef BAGEL_BAGLIB_BASE_PDA_H 24 #define BAGEL_BAGLIB_BASE_PDA_H 26 #include "bagel/baglib/storage_dev_bmp.h" 31 #define PDA_STASH (101) 32 #define PDA_ZOOM (102) 33 #define PDA_SYSTEM (103) 36 #define PDA_MSGLIGHT (110) 37 #define PDA_ZOOMFLASH "ZOOMFLASH" 47 PDA_POS_UNINITIALIZED,
55 static PdaMode _pdaMode;
56 static PdaPos _pdaPos;
72 static PdaMode _holdMode;
77 static void initialize();
85 static PdaMode getPdaMode() {
88 bool isActivated()
const {
89 return _activating ? !_activated : _activated;
91 bool isActivating()
const {
95 virtual ErrorCode attachActiveObjects();
96 virtual ErrorCode detachActiveObjects();
138 void setDeactivate(
bool b) {
142 bool getDeactivate()
const {
143 return _deactivateFl;
163 virtual bool showLog();
165 virtual bool msgLight();
179 static void *pdaButtonHandler(
int refId,
void *info);
184 void setZoomed(
bool newVal) {
187 bool getZoomed()
const {
Definition: base_pda.h:52
static void setPdaMode(PdaMode pdaMode)
Definition: base_pda.h:82
void synchronizePdaState()
CBofRect getViewRect() const
virtual bool showInventory()
virtual bool hideCurDisplay()
void stopMovie(bool bResetPDA) const
virtual bool hideInventory()
virtual bool restoreCurDisplay()
virtual bool zoom()
Definition: base_pda.h:159
Definition: storage_dev_bmp.h:31
bool setMovie(CBofString &movieName) const