[−][src]Struct atk_sys::AtkObjectClass
Fields
parent: GObjectClassget_name: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *const c_char>get_description: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *const c_char>get_parent: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *mut AtkObject>get_n_children: Option<unsafe extern "C" fn(_: *mut AtkObject) -> c_int>ref_child: Option<unsafe extern "C" fn(_: *mut AtkObject, _: c_int) -> *mut AtkObject>get_index_in_parent: Option<unsafe extern "C" fn(_: *mut AtkObject) -> c_int>ref_relation_set: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *mut AtkRelationSet>get_role: Option<unsafe extern "C" fn(_: *mut AtkObject) -> AtkRole>get_layer: Option<unsafe extern "C" fn(_: *mut AtkObject) -> AtkLayer>get_mdi_zorder: Option<unsafe extern "C" fn(_: *mut AtkObject) -> c_int>ref_state_set: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *mut AtkStateSet>set_name: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *const c_char)>set_description: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *const c_char)>set_parent: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *mut AtkObject)>set_role: Option<unsafe extern "C" fn(_: *mut AtkObject, _: AtkRole)>connect_property_change_handler: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *mut AtkPropertyChangeHandler) -> c_uint>remove_property_change_handler: Option<unsafe extern "C" fn(_: *mut AtkObject, _: c_uint)>initialize: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *mut gpointer)>children_changed: Option<unsafe extern "C" fn(_: *mut AtkObject, _: c_uint, _: gpointer)>focus_event: Option<unsafe extern "C" fn(_: *mut AtkObject, _: gboolean)>property_change: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *mut AtkPropertyValues)>state_change: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *const c_char, _: gboolean)>visible_data_changed: Option<unsafe extern "C" fn(_: *mut AtkObject)>active_descendant_changed: Option<unsafe extern "C" fn(_: *mut AtkObject, _: *mut gpointer)>get_attributes: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *mut AtkAttributeSet>get_object_locale: Option<unsafe extern "C" fn(_: *mut AtkObject) -> *const c_char>pad1: AtkFunctionTrait Implementations
impl Clone for AtkObjectClass[src]
fn clone(&self) -> AtkObjectClass[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AtkObjectClass[src]
impl Debug for AtkObjectClass[src]
Auto Trait Implementations
impl RefUnwindSafe for AtkObjectClass
impl !Send for AtkObjectClass
impl !Sync for AtkObjectClass
impl Unpin for AtkObjectClass
impl UnwindSafe for AtkObjectClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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.
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>,