param for ZFUIViewBlink More...
#include <ZFUIViewBlink.h>
Public Types | |
typedef ZFUIViewBlinkParam | zfself |
typedef for self | |
Public Member Functions | |
zfautoT< ZFUIImage > & | blinkImage (void) |
image to blink, null to use default | |
zfself & | blinkImage (zfautoT< ZFUIImage > const &value) |
see blinkImage | |
zftimet & | blinkDuration (void) |
duration to blink, 0 to use ZFAniDuration, 0 by default | |
zfself & | blinkDuration (zftimet const &value) |
see blinkDuration | |
zfindex & | blinkCount (void) |
blink count, 1 by default | |
zfself & | blinkCount (zfindex const &value) |
see blinkCount | |
void | objectInfoT (zfstring &ret) const |
see objectInfo | |
zfstring | objectInfo (void) const |
return object info | |
param for ZFUIViewBlink