|
ErrorCode | attach () override |
|
ErrorCode | detach () override |
|
CBofRect | getRect () override |
|
ErrorCode | update (CBofBitmap *bmp, CBofPoint pt, CBofRect *srcRect=nullptr, int maskColor=-1) override |
|
bool | doAdvance () |
|
void | updatePosition () |
|
bool | refreshCurrentFrame () |
|
bool | runObject () override |
|
bool | isInside (const CBofPoint &point) override |
|
void | arrangeFrames () |
|
int | getNumberOfLoops () const |
|
int | getPlaybackSpeed () const |
|
int | getStartFrame () const |
|
int | getEndFrame () const |
|
int | getCurrentFrame () const |
|
bool | isModalDone () override |
|
bool | isPanim () const |
|
void | setNumOfLoops (int n) |
|
void | setPlaybackSpeed (int n) |
|
void | setStartFrame (int n) |
|
void | setEndFrame (int n) |
|
void | setCurrentFrame (int n) |
|
ParseCodes | setInfo (CBagIfstream &istr) override |
|
void | setProperty (const CBofString &prop, int val) override |
|
int | getProperty (const CBofString &prop) override |
|
bool | isStationary () const |
|
bool | isInteractive () |
|
void | setInteractive (bool b) |
|
virtual bool | runCallBack () |
|
virtual BagFuncPtr | getCallBack () |
|
void | setExpression (CBagExpression *pExpr) |
|
CBagExpression * | getExpression () const |
|
ErrorCode | attach () override |
|
ErrorCode | detach () override |
|
BagObjectType | getType () |
|
void | setType (BagObjectType nType) |
|
bool | isMovable () |
|
void | setMovable (bool b=true) |
|
bool | isStretchable () |
|
void | setStretchable (bool b=true) |
|
bool | isModal () |
|
void | setModal (bool b=true) |
|
bool | isVisible () |
|
void | setVisible (bool b=true) |
|
bool | isHighlight () |
|
void | setHighlight (bool b=true) |
|
bool | isActive () |
|
void | setActive (bool b=true) |
|
bool | isTransparent () |
|
virtual void | setTransparent (bool b=true) |
|
bool | isHideOnClick () |
|
void | setHideOnClick (bool b=true) |
|
bool | isImmediateRun () |
|
void | setImmediateRun (bool b=true) |
|
bool | isLocal () |
|
void | setLocal (bool b=true) |
|
bool | isNegative () |
|
void | setNegative (bool b=true) |
|
bool | isConstantUpdate () |
|
void | setConstantUpdate (bool b=true) |
|
bool | isTimeless () |
|
void | setTimeless (bool b=true) |
|
bool | isFloating () |
|
void | setFloating (bool b=true) |
|
bool | isPreload () |
|
void | setPreload (bool b=true) |
|
bool | isForeGround () |
|
void | setForeGround (bool b=true) |
|
int | getProperties () |
|
void | setProperties (int nProperties) |
|
virtual const CBofString * | getInitInfo () const |
|
virtual void | setInitInfo (const CBofString &) |
|
bool | isDirty () |
|
void | setDirty (bool b=true) |
|
bool | isMsgWaiting () |
|
void | setMsgWaiting (bool b=true) |
|
bool | isAlwaysUpdate () |
|
void | setAlwaysUpdate (bool b=true) |
|
bool | isNoMenu () |
|
void | setNoMenu (bool b=true) |
|
virtual CBofPoint | getPosition () |
|
virtual int | getRefId () |
|
virtual int | getOverCursor () |
|
virtual int | getState () |
|
virtual const CBofString & | getFileName () |
|
CBagMenu * | getMenuPtr () |
|
virtual const CBofString & | getRefName () |
|
virtual void | setRefName (const CBofString &s) |
|
virtual void | setFileName (const CBofString &s) |
|
virtual void | setSize (const CBofSize &) |
|
virtual void | setRefId (int id) |
|
virtual void | setOverCursor (int curs) |
|
virtual void | setState (int state) |
|
virtual void | setMenuPtr (CBagMenu *pm) |
|
virtual void | setPosition (const CBofPoint &pos) |
|
ParseCodes | setInfo (CBagIfstream &istr) override |
|
virtual bool | onObjInteraction (CBagObject *, CBagStorageDev *) |
|
virtual void | onLButtonDown (uint32, CBofPoint *, void *=nullptr) |
|
virtual void | onLButtonUp (uint32, CBofPoint *, void *=nullptr) |
|
virtual bool | onMouseMove (uint32, CBofPoint, void *=nullptr) |
|
virtual bool | onMouseOver (uint32, CBofPoint, void *=nullptr) |
|
virtual bool | isAttached () |
|
int | getStringFromStream (CBagIfstream &istr, CBofString &sStr, const CBofString &sEndChars, bool bPutBack=false) |
|
int | getAlphaNumFromStream (CBagIfstream &istr, CBofString &sStr) |
|
int | getOperStrFromStream (CBagIfstream &istr, CBofString &sStr) |
|
int | getIntFromStream (CBagIfstream &istr, int &nNum) |
|
int | getRectFromStream (CBagIfstream &istr, CBofRect &rect) |
|
int | getKeywordFromStream (CBagIfstream &istr, KEYWORDS &keyword) |
|
int | putbackStringOnStream (CBagIfstream &istr, const CBofString &sStr) |
|
int | parseAlertBox (CBagIfstream &istr, const char *sTitle, const char *sFile, int nLine) |
|
void | reportError (ErrorCode errCode, const char *format,...) |
|
bool | errorOccurred () const |
|
ErrorCode | getErrorCode () const |
|
void | clearError () |
|