Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
oNCoherent
|\NUI
| oNBinding
| |oCCallbackArgumentsHolds the arguments for the generic callback not handled by a registered delegate
| |oCBoundObjectWrapper class for .Net objects exposed to Coherent UI
| |oCCoherentPropertySpecify a property / field or method visible to Coherent UI
| |oCCoherentTypeSpecify which properties and fields of a type are visible to Coherent UI
| |oCUnsupportedPrimitiveTypeExceptionThrown when trying to bind a value of unsupported primitive type such as long
| |oCInvalidValueCastExceptionThrown when casting a Value to an incompatible type
| |oCValueType for representing generic JavaScript values
| |\CValueObjectClass for compound JavaScript objects, behaves like a Dictionary<string, Value>
| oNMono
| |oNGtk
| ||\CBrowserViewControlInterface that allows clients to listen to Coherent::UI::ViewListener
| |\CIDownloadableinterface for handling downloads
| oNWindows
| |oNControls
| ||\CBrowserViewControlInterface that allows clients to listen to Coherent::UI::ViewListener
| |\NForms
| | \CBrowserViewControlInterface that allows clients to listen to Coherent::UI::ViewListener
| oCHTTPHeaderEncapsulates a HTTP header field with its content.
| oCBrowserViewClass that encapsulates a browser Coherent::UI::View
| oCBrowserViewListenerInterface that allows clients to listen to Coherent::UI::ViewListener
| oCBrowserViewListenerBaseInterface all browser view listeners inherit. For an easier to use interface inherit instead. Coherent::UI::BrowserViewListener
| oCCertificatePrincipalRepresents certificate principal.
| oCChildViewInfoHelper structure for creating child views.
| oCContextErrorEncapsulates a context-related error.
| oCContextListenerAbstract interface to listen to Context-related events.
| oCContextSettingsEncapsulates the settings of the
| oCContextSettingsBaseEncapsulates the settings of the
| oCDownloadEncapsulates a download task.
| oCEventModifiersStateThe state of the key modifiers when an event happens.
| oCEventMouseModifiersStateThe state of the mouse modifiers when an event happens.
| oCFactorySettingsEncapsulates the settings of the UIFactory.
| oCFactorySettingsBaseEncapsulates the settings of the UIFactory.
| oCFileHandlerAbstract interface that allows clients to provide their own file-handling functionality.
| oCFileSelectionParamsParameters for file selection request.
| oCFileSelectRequestFile selection request.
| oCILogHandlerInterface to allow custom logging.
| oCImageDataThis class represents a link to a
| oCKeyEventDataA keyboard event.
| oCMediaStreamDeviceRepresents a media stream device.
| oCMediaStreamRequestRepresents a request for media stream.
| oCMouseEventDataA mouse event.
| oCResourceDataAbstract interface providing data for storing resources.
| oCResourceResponseAbstract interface for responding to read resource requests.
| oCSubscriptionErrorEncapsulates a subscription-check-related error.
| oCSurfaceResponseInterface that signals for creation of rendering surfaces.
| oCTouchEventDataA touch event.
| oCURLRequestrepresents a single URL request Allows monitoring and modifications of URL requests
| oCURLRequestBaserepresents a single URL request (read-only) Allows monitoring of URL requests
| oCViewClass that encapsulates a UI
| oCViewContextEncapsulates basic
| oCViewErrorEncapsulates a view-related error.
| oCViewInfoEncapsulates the options of a
| oCViewListenerInterface that allows clients to listen to
| \CViewListenerBaseInterface all view listeners inherit. For an easier to use interface inherit instead -. Coherent::UI::ViewListener
\NengineCoherent UI JavaScript interface. The engine module contains all functions for communication between the UI and the game / application