param for ZFUIViewFocusNextFind and ZFUIViewFocusNextMove More...
#include <ZFUIViewFocus.h>
Public Types | |
typedef ZFUIViewFocusNextParam | zfself |
typedef for self | |
Public Member Functions | |
ZFUIOrientationFlags & | focusDirection (void) |
direction to find, v_ZFUIOrientation::e_Right | v_ZFUIOrientation::e_Bottom by default | |
zfself & | focusDirection (ZFUIOrientationFlags const &value) |
see focusDirection | |
zfbool & | focusLoopMode (void) |
whether find in loop mode, false by default | |
zfself & | focusLoopMode (zfbool const &value) |
see focusLoopMode | |
zfanyT< ZFUIView > & | focusEndParent (void) |
only find within this view, null to end with ZFUIWindow, null by default | |
zfself & | focusEndParent (zfanyT< ZFUIView > const &value) |
see focusEndParent | |
zfbool & | focusInternalViews (void) |
whether to find internal views, true by default | |
zfself & | focusInternalViews (zfbool const &value) |
see focusInternalViews | |
void | objectInfoT (zfstring &ret) const |
see objectInfo | |
zfstring | objectInfo (void) const |
return object info | |
param for ZFUIViewFocusNextFind and ZFUIViewFocusNextMove