Ubuntu Platform API  2.9.0
A library helping with tight integration into the Ubuntu platform
window_properties.h File Reference
+ Include dependency graph for window_properties.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* input_event_cb) (void *ctx, const Event *ev)
 
typedef input_event_cb UAUiWindowInputEventCb
 
typedef void(* event_cb) (void *ctx, const WindowEvent *ev)
 
typedef event_cb UAUiWindowEventCb
 
typedef void UAUiWindowProperties
 

Enumerations

enum  UAUiWindowRole {
  U_MAIN_ROLE = 1,
  U_DASH_ROLE,
  U_INDICATOR_ROLE,
  U_NOTIFICATIONS_ROLE,
  U_GREETER_ROLE,
  U_LAUNCHER_ROLE,
  U_ON_SCREEN_KEYBOARD_ROLE,
  U_SHUTDOWN_DIALOG_ROLE
}
 

Functions

 __attribute__ ((__deprecated__("Use u_application_instance_get_mir_connection and the mir client library"))) UBUNTU_DLL_PUBLIC UAUiWindowProperties *ua_ui_window_properties_new_for_normal_window()
 

Variables

const char * title
 
const char size_t size
 
UAUiWindowRole role
 
UAUiWindowInputEventCb cb
 
UAUiWindowInputEventCb void * ctx
 
UBUNTU_DLL_PUBLIC void uint32_t width
 
UBUNTU_DLL_PUBLIC void uint32_t uint32_t height
 

Typedef Documentation

typedef void(* event_cb) (void *ctx, const WindowEvent *ev)

Definition at line 51 of file window_properties.h.

typedef void(* input_event_cb) (void *ctx, const Event *ev)

Definition at line 48 of file window_properties.h.

Definition at line 52 of file window_properties.h.

Definition at line 49 of file window_properties.h.

typedef void UAUiWindowProperties

Definition at line 54 of file window_properties.h.

Enumeration Type Documentation

Enumerator
U_MAIN_ROLE 
U_DASH_ROLE 
U_INDICATOR_ROLE 
U_NOTIFICATIONS_ROLE 
U_GREETER_ROLE 
U_LAUNCHER_ROLE 
U_ON_SCREEN_KEYBOARD_ROLE 
U_SHUTDOWN_DIALOG_ROLE 

Definition at line 36 of file window_properties.h.

Function Documentation

__attribute__ ( (__deprecated__("Use u_application_instance_get_mir_connection and the mir client library"))  )

Variable Documentation

Definition at line 93 of file window_properties.h.

Definition at line 93 of file window_properties.h.

UBUNTU_DLL_PUBLIC void uint32_t uint32_t height

Definition at line 107 of file window_properties.h.

Definition at line 81 of file window_properties.h.

const char size_t size

Definition at line 69 of file window_properties.h.

const char* title

Definition at line 69 of file window_properties.h.

UBUNTU_DLL_PUBLIC void uint32_t width

Definition at line 107 of file window_properties.h.