Struct oxygengine_user_interface::resource::UserInterfaceRes [−][src]
Fields
pointer_axis_x: Stringpointer_axis_y: Stringpointer_action_trigger: Stringpointer_context_trigger: Stringtext_move_cursor_left: Stringtext_move_cursor_right: Stringtext_move_cursor_start: Stringtext_move_cursor_end: Stringtext_delete_left: Stringtext_delete_right: StringImplementations
impl UserInterfaceRes[src]
pub fn new(f: fn(_: &mut Application)) -> Self[src]
pub fn last_frame_captured(&self) -> bool[src]
pub fn with_pointer_axis(self, x: &str, y: &str) -> Self[src]
pub fn with_pointer_trigger(self, action: &str, context: &str) -> Self[src]
pub fn with_navigation_actions(self, accept: &str, cancel: &str) -> Self[src]
pub fn with_navigation_directions(
self,
up: &str,
down: &str,
left: &str,
right: &str
) -> Self[src]
self,
up: &str,
down: &str,
left: &str,
right: &str
) -> Self
pub fn with_navigation_tabs(self, prev: &str, next: &str) -> Self[src]
pub fn with_text_move_cursor(
self,
left: &str,
right: &str,
start: &str,
end: &str
) -> Self[src]
self,
left: &str,
right: &str,
start: &str,
end: &str
) -> Self
pub fn with_text_delete(self, left: &str, right: &str) -> Self[src]
pub fn get(&self, app_id: &str) -> Option<&ApplicationData>[src]
pub fn get_mut(&mut self, app_id: &str) -> Option<&mut ApplicationData>[src]
pub fn application(&self, app_id: &str) -> Option<&Application>[src]
pub fn application_mut(&mut self, app_id: &str) -> Option<&mut Application>[src]
pub fn interactions(&self, app_id: &str) -> Option<&DefaultInteractionsEngine>[src]
pub fn interactions_mut(
&mut self,
app_id: &str
) -> Option<&mut DefaultInteractionsEngine>[src]
&mut self,
app_id: &str
) -> Option<&mut DefaultInteractionsEngine>
pub fn coords_mapping(&self, app_id: &str) -> Option<&CoordsMapping>[src]
pub fn coords_mapping_mut(&mut self, app_id: &str) -> Option<&mut CoordsMapping>[src]
pub fn has_layout_widget(&self, app_id: &str, id: &str) -> bool[src]
Trait Implementations
impl Default for UserInterfaceRes[src]
fn default() -> UserInterfaceRes[src]
Auto Trait Implementations
impl !RefUnwindSafe for UserInterfaceRes
impl Send for UserInterfaceRes
impl Sync for UserInterfaceRes
impl Unpin for UserInterfaceRes
impl !UnwindSafe for UserInterfaceRes
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
pub fn get_type_id(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Event for T where
T: Send + Sync + 'static,
T: Send + Sync + 'static,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Resource for T where
T: Any,
T: Any,
impl<T> TryDefault for T where
T: Default,
T: Default,
pub fn try_default() -> Result<T, String>
pub fn unwrap_default() -> Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,