Coherent::UI::Array | A bindable array structure |
Coherent::UI::Binder | Provides binding between C++ and the UI |
Coherent::UI::CertificatePrincipal | Represents certificate principal |
Coherent::UI::ChildViewInfo | Helper structure for creating child views |
Coherent::UI::ContextError | Encapsulates a context-related error |
Coherent::UI::ContextListener | Abstract interface to listen to Context-related events |
Coherent::UI::ContextSettings | Encapsulates the settings of the ViewContext |
Coherent::UI::CustomProtocols | Allows adding user-defined URI protocols and associated with them file handlers If no file-handler is provided for a scheme, the default file handler is used for it |
Coherent::UI::Download | Encapsulates a download task |
Coherent::UI::EventModifiersState | The state of the key modifiers when an event happens |
Coherent::UI::EventMouseModifiersState | The state of the mouse modifiers when an event happens |
Coherent::UI::FactorySettings | Encapsulates the settings of the UIFactory |
Coherent::UI::FileHandler | Abstract interface that allows clients to provide their own file-handling functionality |
Coherent::UI::FileSelectionParams | Parameters for file selection request |
Coherent::UI::FileSelectRequest | File selection request |
Coherent::UI::HTTPHeader | Encapsulates a HTTP header field with its content |
Coherent::MemoryManagement::IAllocator | Interface to allow custom memory management |
Coherent::Logging::ILogHandler | Interface to allow custom logging |
Coherent::UI::ImageData | This class represents a link to a ImageData JavaScript object in a View. This link is "live" - by calling the Update method with some bytes, the JavaScript object will be also updated |
Coherent::UI::KeyEventData | A keyboard event |
Coherent::UI::MediaStreamDevice | Represents a media stream device |
Coherent::UI::MediaStreamRequest | Represents a request for media stream |
Coherent::UI::MouseEventData | A mouse event |
Coherent::UI::ResourceData | Abstract interface providing data for storing resources |
Coherent::UI::ResourceResponse | Abstract interface for responding to read resource requests |
Coherent::UI::ScriptEventWriter | Manages packing events to be sent to JS |
Coherent::UI::SubscriptionError | Encapsulates a subscription-check-related error |
Coherent::UI::SurfaceResponse | Interface that signals for creation of rendering surfaces |
Coherent::UI::TouchEventData | A touch event |
Coherent::UI::TypeDescription | Helper class for describing types |
Coherent::UI::URLComponent | Struct for storing a component of an URL Used by URLParser::Parse to return the scheme, network location, query and fragment components of an URL |
Coherent::UI::URLParser | Provides basic URL parsing |
Coherent::UI::URLRequestBase | Single URL request (read-only) Allows monitoring of URL requests |
Coherent::UI::URLRequest | Single URL request Allows monitoring and modifications of URL requests |
Coherent::UI::View | Class that encapsulates a UI View Provides all manipulation and query functions for the view |
Coherent::UI::BrowserView | Class that encapsulates a browser View Provides all manipulation and query functions for the view |
Coherent::UI::ViewContext | Encapsulates basic View Context functionality |
Coherent::UI::ViewError | Encapsulates a view-related error |
Coherent::UI::ViewInfo | Encapsulates the options of a View |
Coherent::UI::ViewListenerBase | Interface all view listeners inherit. For an easier to use interface inherit instead - |
Coherent::UI::BrowserViewListenerBase | Interface all browser view listeners inherit. For an easier to use interface inherit instead |
Coherent::UI::BrowserViewListener | Interface that allows clients to listen to BrowserView events |
Coherent::UI::ViewListener | Interface that allows clients to listen to View events |