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, CaptureMode mode=CM_PreserveAll)=0 | cohtml::View | pure virtual |
BindCall(const char *name, IEventHandler *handler)=0 | cohtml::View | pure virtual |
CaptureSingleDebugFrame(void *userData, FrameCaptureCallback callback, CaptureMode mode=CM_PreserveAll)=0 | cohtml::View | pure virtual |
ClearNavigationHistory()=0 | cohtml::View | pure virtual |
CoherentInternalBindGenericFunc typedef | cohtml::View | |
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 |
DebugDumpStackingContextTree()=0 | cohtml::View | pure virtual |
Destroy()=0 | cohtml::View | pure virtual |
DestroyExposedInstanceOfType(void *object, cohtml::TypeInfo *typeInfo)=0 | cohtml::View | pure virtual |
DestroyExposedObject(T *object) | cohtml::View | inline |
EmitRenderingMetadata(bool emit)=0 | cohtml::View | pure virtual |
EnableRendering(bool value)=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 |
GetBinder()=0 | cohtml::View | pure virtual |
GetCacheBytesStats(InternalCaches cache, unsigned &filled, unsigned &capacity)=0 | cohtml::View | pure virtual |
GetCacheCountStats(InternalCaches cache, unsigned &filled, unsigned &capacity)=0 | cohtml::View | pure virtual |
GetHeight() const =0 | cohtml::View | pure virtual |
GetId() const =0 | cohtml::View | pure virtual |
GetStartPanThreshold() const =0 | cohtml::View | pure virtual |
GetTaskFamilyId() const =0 | cohtml::View | pure virtual |
GetUsedImagesList(ImagesListExtract::Options options) 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 |
OnListenerLost()=0 | cohtml::View | pure virtual |
QueueClearCaches(unsigned caches)=0 | cohtml::View | pure virtual |
QueueSetCacheBytesSize(InternalCaches cache, unsigned capacity)=0 | cohtml::View | pure virtual |
QueueSetCacheCountSize(InternalCaches cache, unsigned capacity)=0 | cohtml::View | pure virtual |
RegisterForEvent(const char *name, IEventHandler *handler)=0 | cohtml::View | pure virtual |
RegisterModel(const char *name, T *model, CoherentInternalBindGenericFunc func) | cohtml::View | inline |
RegisterModelOfType(const char *name, void *model, cohtml::TypeInfo *typeInfo, CoherentInternalBindGenericFunc func)=0 | cohtml::View | pure virtual |
Reload()=0 | cohtml::View | pure virtual |
ReservedMethod(void *command, void *data)=0 | cohtml::View | pure virtual |
ResetInitialScripts()=0 | cohtml::View | pure virtual |
Resize(unsigned width, unsigned height)=0 | cohtml::View | pure virtual |
SetAdditionalFontFallbacks(const char *fontFamilies)=0 | cohtml::View | pure virtual |
SetCustomSceneCompositor(renoir::ISubLayerCompositor *compositor, void *viewMetadata)=0 | cohtml::View | pure virtual |
SetResolutionForRendering(unsigned width, unsigned height)=0 | cohtml::View | pure virtual |
SetSceneCustomEffectRenderer(renoir::ICustomEffectRenderer *renderer, void *customEffectRendererMetadata)=0 | cohtml::View | pure virtual |
SetStartPanThreshold(float value)=0 | cohtml::View | pure virtual |
SetUserAgent(const char *userAgent)=0 | cohtml::View | pure virtual |
SetUserBackground(void *userTexture, const renoir::Texture2D &description)=0 | cohtml::View | pure virtual |
SetUserBackgroundOffset(float x, float y)=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(T *model) | cohtml::View | inline |
UnregisterModelOfType(void *model, cohtml::TypeInfo *typeInfo)=0 | cohtml::View | pure virtual |
UpdateWholeModel(T *model) | cohtml::View | inline |
UpdateWholeModelOfType(void *model, cohtml::TypeInfo *typeInfo)=0 | cohtml::View | pure virtual |
~View() | cohtml::View | virtual |