ae.ui.app.application

ae.ui.app.application

Members

Aliases

AppCallback
alias AppCallback = AppCallbackEx!()
Undocumented in source.

Classes

Application
class Application

The purpose of this class is to allow the application to provide app-specific information to the framework.

Functions

createApplication
void createApplication()

The application must call this function with its own Application implementation in a static constructor.

runApplication
int runApplication(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AppCallbackEx
struct AppCallbackEx(A...)

Wraps a delegate that is to be called only from the application thread context.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>