Home | History | Annotate | Download | only in views

Lines Matching refs:SkEvent

13 #include "SkEvent.h"
57 SkEvent* evt);
60 SkEvent* getEvent() const { return fEvent; }
81 void postEvent() const { (new SkEvent(*(fEvent)))->post(); }
85 SkEvent* fEvent;
118 * identifier of any state/value to be returned in the item's SkEvent object
122 SkEvent* evt);
148 static bool FindListItemCount(const SkEvent& evt, int* count);
153 static bool FindListItems(const SkEvent& evt, SkString items[]);
154 static bool FindSliderMin(const SkEvent& evt, SkScalar* min);
155 static bool FindSliderMax(const SkEvent& evt, SkScalar* max);
160 static bool FindAction(const SkEvent& evt, const char label[]);
167 static bool FindListIndex(const SkEvent& evt, const char slotName[], int* value);
168 static bool FindSliderValue(const SkEvent& evt, const char slotName[], SkScalar* value);
169 static bool FindSwitchState(const SkEvent& evt, const char slotName[], bool* value);
170 static bool FindTriState(const SkEvent& evt, const char slotName[], TriState* value);
171 static bool FindText(const SkEvent& evt, const char slotName[], SkString* value);