Index

Package: Application

Description

package Events.Application is

Classes

Close_Window_Event

type Close_Window_Event is new Event with private;

Ancestors:

Primitive operations:

Construct (overriding Objects.Construct)
Events.Construct (Inherited)
Events.To_String (Inherited)
Objects.Adjust (Inherited)
Objects.Delete (Inherited)
Objects.Object_Read (Inherited)
Objects.Object_Write (Inherited)

App_Blur_Event

type App_Blur_Event is new Event with private;

Ancestors:

Primitive operations:

Construct (overriding Objects.Construct)
Events.Construct (Inherited)
Events.To_String (Inherited)
Objects.Adjust (Inherited)
Objects.Delete (Inherited)
Objects.Object_Read (Inherited)
Objects.Object_Write (Inherited)

App_Focus_Event

type App_Focus_Event is new Event with private;

Ancestors:

Primitive operations:

Construct (overriding Objects.Construct)
Events.Construct (Inherited)
Events.To_String (Inherited)
Objects.Adjust (Inherited)
Objects.Delete (Inherited)
Objects.Object_Read (Inherited)
Objects.Object_Write (Inherited)

Constants & Global variables

APP_BLUR_ID (Events.Event_Id)

APP_BLUR_ID      : constant Event_Id := To_Event_Id( "App_Blur" );

APP_FOCUS_ID (Events.Event_Id)

APP_FOCUS_ID     : constant Event_Id := To_Event_Id( "App_Focus" );

CLOSE_REQUEST_ID (Events.Event_Id)

CLOSE_REQUEST_ID : constant Event_Id := To_Event_Id( "Close_Request" );

CLOSE_WINDOW_ID (Events.Event_Id)

CLOSE_WINDOW_ID  : constant Event_Id := To_Event_Id( "Close_Window" );

Subprograms & Entries

Queue_App_Blur

procedure Queue_App_Blur;

Queue_App_Focus

procedure Queue_App_Focus;

Queue_Close_Request

procedure Queue_Close_Request;

Queue_Close_Window

procedure Queue_Close_Window;