Namespaces | |
package | Binding |
Classes | |
class | HTTPHeader |
Encapsulates a HTTP header field with its content. More... | |
class | BrowserView |
Class that encapsulates a browser Coherent::UI::View More... | |
class | BrowserViewListener |
Interface that allows clients to listen to Coherent::UI::ViewListener More... | |
class | BrowserViewListenerBase |
Interface all browser view listeners inherit. For an easier to use interface inherit instead. Coherent::UI::BrowserViewListener More... | |
class | CertificatePrincipal |
Represents certificate principal. More... | |
class | ChildViewInfo |
Helper structure for creating child views. More... | |
class | ContextError |
Encapsulates a context-related error. More... | |
class | ContextListener |
Abstract interface to listen to Context-related events. More... | |
class | ContextSettings |
Encapsulates the settings of the More... | |
class | ContextSettingsBase |
Encapsulates the settings of the More... | |
class | Download |
Encapsulates a download task. More... | |
class | EventModifiersState |
The state of the key modifiers when an event happens. More... | |
class | EventMouseModifiersState |
The state of the mouse modifiers when an event happens. More... | |
class | FactorySettings |
Encapsulates the settings of the UIFactory. More... | |
class | FactorySettingsBase |
Encapsulates the settings of the UIFactory. More... | |
class | FileHandler |
Abstract interface that allows clients to provide their own file-handling functionality. More... | |
class | FileSelectionParams |
Parameters for file selection request. More... | |
class | FileSelectRequest |
File selection request. More... | |
class | ILogHandler |
Interface to allow custom logging. More... | |
class | ImageData |
This class represents a link to a More... | |
class | KeyEventData |
A keyboard event. More... | |
class | MediaStreamDevice |
Represents a media stream device. More... | |
class | MediaStreamRequest |
Represents a request for media stream. More... | |
class | MouseEventData |
A mouse event. More... | |
class | ResourceData |
Abstract interface providing data for storing resources. More... | |
class | ResourceResponse |
Abstract interface for responding to read resource requests. More... | |
class | SubscriptionError |
Encapsulates a subscription-check-related error. More... | |
class | SurfaceResponse |
Interface that signals for creation of rendering surfaces. More... | |
class | TouchEventData |
A touch event. More... | |
class | URLRequest |
represents a single URL request Allows monitoring and modifications of URL requests More... | |
class | URLRequestBase |
represents a single URL request (read-only) Allows monitoring of URL requests More... | |
class | View |
Class that encapsulates a UI More... | |
class | ViewContext |
Encapsulates basic More... | |
class | ViewError |
Encapsulates a view-related error. More... | |
class | ViewInfo |
Encapsulates the options of a More... | |
class | ViewListener |
Interface that allows clients to listen to More... | |
class | ViewListenerBase |
Interface all view listeners inherit. For an easier to use interface inherit instead -. Coherent::UI::ViewListener More... | |
class | ButtonHandler |
Handler for button related events More... | |
class | Button |
Describes a button in a CoherentUIMenu instance More... | |
Enum containing the possible certificate validation errors.
Context-related error-codes.
Enumerator | |
---|---|
CE_Success |
Indicates no error. |
CE_InternalError |
Indicates a serious context internal error. |
CE_InvalidKey |
Indicates that the user supplied an invalid activation key for this version of the product. |
CE_MissingComponent |
Indicates that a component required by Coherent UI is missing. |
CE_VersionMismatch |
Indicates that there is a mismatch between the Coherent UI dynamic library and the Coherent UI Host executable. |
Enum containing all the cursor types that a view can signal.
Types of interface used for DirectX.
Enumeration for file selection modes.
Enum containing the possible types of a javascript message.
Enumeration of media stream types.
Types of rendering backend.
Enumerator | |
---|---|
SET_Success |
Indicates everything went fine. |
SET_SuccessNotify |
Indicates everything went fine and the user should be notified. |
SET_OfflineGracePeriod |
Indicates that the subscribed client is offline and is granted a grace period to reactivate. |
SET_Error |
Indicates some type of error. SubscriptionError::Error holds more information. |
Enum containing the text input types reported for IME.
Predefined values for the used User Agent. If you select "Custom" you also have to set the CustomUserAgentString.
View-related error codes.
enum Coherent.UI.ViewType |
Enum containing the possible view types.