This is the complete list of members for cohtml::View, including all inherited members.
AddInitialScript(const char *script)=0 | cohtml::View | pure virtual |
Advance(TimePoint timeMilliseconds)=0 | cohtml::View | pure virtual |
BeginCaptureDebugFrame(void *userData, FrameCaptureCallback callback)=0 | cohtml::View | pure virtual |
BindCall(const char *name, IEventHandler *handler)=0 | cohtml::View | pure virtual |
CaptureSingleDebugFrame(void *userData, FrameCaptureCallback callback)=0 | cohtml::View | pure virtual |
ContinuousRepaint(bool enable)=0 | cohtml::View | pure virtual |
CreateModel(const char *name, T *model) | cohtml::View | inline |
DebugDumpDOMTree(unsigned flags)=0 | cohtml::View | pure virtual |
Destroy()=0 | cohtml::View | pure virtual |
DestroyExposedObject(void *object)=0 | cohtml::View | pure virtual |
EndCaptureDebugFrame()=0 | cohtml::View | pure virtual |
ExecuteScript(const char *script)=0 | cohtml::View | pure virtual |
ExposeAsGlobal(const char *name, T *object) | cohtml::View | inline |
GestureEvent(const cohtml::GestureEventData &event, bool *handled, void *userData)=0 | cohtml::View | pure virtual |
GetHeight() const =0 | cohtml::View | pure virtual |
GetId() const =0 | cohtml::View | pure virtual |
GetTaskFamilyId() const =0 | cohtml::View | pure virtual |
GetWidth() const =0 | cohtml::View | pure virtual |
IMECancelComposition()=0 | cohtml::View | pure virtual |
IMEConfirmComposition(const char *composition)=0 | cohtml::View | pure virtual |
IMESetComposition(const char *composition, unsigned targetStart, unsigned targetEnd)=0 | cohtml::View | pure virtual |
IsReadyForBindings() const =0 | cohtml::View | pure virtual |
KeyEvent(const cohtml::KeyEventData &event, bool *handled, void *userData)=0 | cohtml::View | pure virtual |
LoadURL(const char *url)=0 | cohtml::View | pure virtual |
MouseEvent(const cohtml::MouseEventData &event, bool *handled, void *userData)=0 | cohtml::View | pure virtual |
RegisterForEvent(const char *name, IEventHandler *handler)=0 | cohtml::View | pure virtual |
RegisterModel(const char *name, void *model, CoherentInternalBindGenericFunc func)=0 | cohtml::View | pure virtual |
Reload()=0 | cohtml::View | pure virtual |
ResetInitialScripts()=0 | cohtml::View | pure virtual |
Resize(unsigned width, unsigned height)=0 | cohtml::View | pure virtual |
SetUserAgent(const char *userAgent)=0 | cohtml::View | pure virtual |
ShowElementAABBs(bool show)=0 | cohtml::View | pure virtual |
ShowPaintRectangles(bool show)=0 | cohtml::View | pure virtual |
SynchronizeModels()=0 | cohtml::View | pure virtual |
TouchEvent(const cohtml::TouchEventData *events, unsigned count, bool *handled, void *userData)=0 | cohtml::View | pure virtual |
TriggerEvent(const char *name)=0 | cohtml::View | pure virtual |
TriggerEvent(const char *name, const T1 &argument1) | cohtml::View | inline |
TriggerEvent(const char *name, const T1 &argument1, const T2 &argument2) | cohtml::View | inline |
TriggerEvent(const char *name, const T1 &argument1, const T2 &argument2, const T3 &argument3) | cohtml::View | inline |
TriggerEvent(const char *name, const T1 &argument1, const T2 &argument2, const T3 &argument3, const T4 &argument4) | cohtml::View | inline |
TriggerEvent(const char *name, const T1 &argument1, const T2 &argument2, const T3 &argument3, const T4 &argument4, const T5 &argument5) | cohtml::View | inline |
UnbindCall(BoundEventHandle handle)=0 | cohtml::View | pure virtual |
UnbindObject(const void *object)=0 | cohtml::View | pure virtual |
UnloadDocument()=0 | cohtml::View | pure virtual |
UnregisterFromEvent(BoundEventHandle handle)=0 | cohtml::View | pure virtual |
UnregisterModel(void *model)=0 | cohtml::View | pure virtual |
UpdateWholeModel(void *model)=0 | cohtml::View | pure virtual |