Enum oxygengine_user_interface::widget::component::interactive::navigation::NavSignal [−][src]
pub enum NavSignal {}Show variants
None, Register(NavType), Unregister(NavType), Select(WidgetIdOrRef), Unselect, Lock, Unlock, Accept(bool), Context(bool), Cancel(bool), Up, Down, Left, Right, Prev, Next, Jump(NavJump), FocusTextInput(WidgetIdOrRef), TextChange(NavTextChange), Axis(String, f32), Custom(WidgetIdOrRef, String),
Variants
Register(NavType)
Unregister(NavType)
Select(WidgetIdOrRef)
Accept(bool)
Context(bool)
Cancel(bool)
Jump(NavJump)
FocusTextInput(WidgetIdOrRef)
TextChange(NavTextChange)
Custom(WidgetIdOrRef, String)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NavSignal
impl UnwindSafe for NavSignal
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,
pub fn try_default() -> Result<T, String>
pub fn try_default() -> Result<T, String>
Tries to create the default.
fn unwrap_default() -> Self
fn unwrap_default() -> Self
Calls try_default
and panics on an error case.