HippoHX

Documentation for classes includes syntax, usage information and code samples where appropriate. The classes are listed alphabetically, if you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AllFilesDialogMask
com.hippohx.dialogmasks AllFilesDialogMask is the default mask used in Dialog.openFile().
 Api
com.hippohx This is a modified copy of the original swhx.Api class.
 Application
com.hippohx The Application class provides information such as executable's path, application's config xml, etc.
 Connection
com.hippohx.sqlite The Connection class is the main interface to interact with SQLite databases.
 Dialog
com.hippohx The Dialog class allows you to display system messages, errors, open/save file dialogs or select folder dialog.
 DialogMask
com.hippohx.dialogmasks DialogMask is used to filter what types of files are shown to the user while browsing files in Dialog.openFile().
 evOnFilesDropped
com.hippohx.events This event is dispatched by the Window class when the user drags and drops files to your application.
 evOnRightClick
com.hippohx.events This event is dispatched by the Window class when the user right clicks on your application.
 File
com.hippohx The File class provides access to the file system.
 FileKind
com.hippohx The FileKind object represents an item on the system, either a file or a directory.
 FileStats
com.hippohx The FileStats object gathers data related to FileKind objects.
 HaxeBackendListener
com.hippohx The HaxeBackendListener is the base class for all main HippoHX's classes.
 iHaxeBackendListener
com.hippohx The iHaxeBackendListener interface has to be implemented by classes that want to receive calls from the backend.
 Registry
com.hippohx The Registry class provides access to system's registry.
 ResultSet
com.hippohx.sqlite A ResultSet object is returned by every call to Connection.request() call.
 ScreenSizeObject
com.hippohx Stores system's screen width and height in pixels.
 SQLite
com.hippohx The SQLite class allows you open a connection to a SQLite database.
 SwfDialogMask
com.hippohx.dialogmasks SwfDialogMask is a predefined mask to be used in Dialog.openFile() that restricts the files offered to swfs.
 System
com.hippohx The System class provides information referent to the operating system in which the application runs.
 VideoServer
com.hippohx The VideoServer class is used to interact with haXevideo server to perform local audio and video recording.
 Window
com.hippohx The Window class allows you to interact with the window that contains your application (size and position, minimize, maxime, etc.).