Lines Matching defs:UIPicker
29 * @brief Defines the attributes and functions of the <b>UIPicker</b> class.
42 class UIPicker;
46 PickerListScrollListener(UIPicker* picker, UIList* list);
81 UIPicker* pickerView_;
95 class UIPicker : public UIViewGroup {
98 * @brief A constructor used to create a <b>UIPicker</b> instance.
103 UIPicker();
106 * @brief A destructor used to delete the <b>UIPicker</b> instance.
111 virtual ~UIPicker();
340 virtual void OnPickerStoped(UIPicker& picker) {}
348 virtual void OnPickerChanged(UIPicker& picker) {}