2 #ifndef _YI_FOCUS_SEARCH_OPTIONS_H_ 3 #define _YI_FOCUS_SEARCH_OPTIONS_H_ 76 #endif // _YI_FOCUS_SEARCH_OPTIONS_H_ A class containing focus search options.
Definition: YiFocusSearchOptions.h:23
The base class for all view types. Views are containers of renderable elements that often define inte...
Definition: YiSceneView.h:47
WRAP_MODE GetWrapMode() const
Indicates that the focus search abort when the 'end' of the candidates list is reached.
Definition: YiFocusSearchOptions.h:37
Indicates that the focus search should wrap around when the 'end' of the candidates list is reached...
Definition: YiFocusSearchOptions.h:36
SearchPredicate GetSearchPredicate() const
WRAP_MODE
Definition: YiFocusSearchOptions.h:34
bool(* SearchPredicate)(const CYISceneView *)
Definition: YiFocusSearchOptions.h:29
bool IsValidCandidate(const CYISceneView *pView) const