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 void(* event_cb) (void *ctx, const WindowEvent *ev) |
Definition at line 51 of file window_properties.h.
Definition at line 48 of file window_properties.h.
| typedef event_cb UAUiWindowEventCb |
Definition at line 52 of file window_properties.h.
| typedef input_event_cb UAUiWindowInputEventCb |
Definition at line 49 of file window_properties.h.
| typedef void UAUiWindowProperties |
Definition at line 54 of file window_properties.h.
| enum UAUiWindowRole |
| 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.
| __attribute__ | ( | (__deprecated__("Use u_application_instance_get_mir_connection and the mir client library")) | ) |
| UBUNTU_DLL_PUBLIC void UAUiWindowEventCb cb |
Definition at line 93 of file window_properties.h.
| UBUNTU_DLL_PUBLIC void UAUiWindowEventCb void * ctx |
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.
| UAUiWindowRole role |
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.