Main HippoHX's client classes.
Interfaces
| | Interface | Description |
| | iHaxeBackendListener |
The iHaxeBackendListener interface has to be implemented by classes that want to receive calls from the backend. |
Classes
| | Class | Description |
| | Api |
This is a modified copy of the original swhx.Api class. |
| | Application |
The Application class provides information such as executable's path, application's config xml, etc. |
| | Dialog |
The Dialog class allows you to display system messages, errors, open/save file dialogs or select folder dialog. |
| | File |
The File class provides access to the file system. |
| | FileKind |
The FileKind object represents an item on the system, either a file or a directory. |
| | FileStats |
The FileStats object gathers data related to FileKind objects. |
| | HaxeBackendListener |
The HaxeBackendListener is the base class for all main HippoHX's classes. |
| | Registry |
The Registry class provides access to system's registry. |
| | ScreenSizeObject |
Stores system's screen width and height in pixels. |
| | SQLite |
The SQLite class allows you open a connection to a SQLite database. |
| | System |
The System class provides information referent to the operating system in which the application runs. |
| | VideoServer |
The VideoServer class is used to interact with haXevideo server to perform local audio and video recording. |
| | Window |
The Window class allows you to interact with the window that contains your application (size and position, minimize, maxime, etc.). |