Public Member Functions | Static Public Member Functions
elm::interface::Atspi_Component Struct Reference

Public Member Functions

 Atspi_Component (::Eo *eo)
 
 Atspi_Component (std::nullptr_t)
 
 Atspi_Component (Atspi_Component const &other)=default
 
 Atspi_Component (Atspi_Component &&other)=default
 
Atspi_Componentoperator= (Atspi_Component const &other)=default
 
Atspi_Componentoperator= (Atspi_Component &&other)=default
 
 Atspi_Component (::efl::eo::concrete parent)
 
template<typename F >
 Atspi_Component (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< void >::type size_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< bool >::type size_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< int >::type layer_get () const
 
::efl::eolian::return_traits< double >::type alpha_get () const
 
::efl::eolian::return_traits< int >::type z_order_get () const
 
::efl::eolian::return_traits< void >::type extents_get (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y, ::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< bool >::type extents_set (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y, ::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type position_get (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::out_traits< int >::type x, ::efl::eolian::out_traits< int >::type y) const
 
::efl::eolian::return_traits< bool >::type position_set (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y) const
 
::efl::eolian::return_traits< bool >::type contains (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y) const
 
::efl::eolian::return_traits< bool >::type focus_grab () const
 
::efl::eolian::return_traits< ::efl::Object >::type accessible_at_point_get (::efl::eolian::in_traits< bool >::type screen_coords, ::efl::eolian::in_traits< int >::type x, ::efl::eolian::in_traits< int >::type y) const
 
Eo_eo_ptr () const
 
- Public Member Functions inherited from efl::eo::concrete
 concrete (Eo *eo)
 Class constructor. More...
 
 concrete ()
 Default constructor. More...
 
 ~concrete ()
 Class destructor.
 
 concrete (concrete const &other)
 
 concrete (concrete &&other)
 
concreteoperator= (concrete const &other)
 Assignment operator.
 
concreteoperator= (concrete &&other)
 
Eo_eo_ptr () const
 Return a pointer to the EO Object stored in this instance. More...
 
Eo_release ()
 Releases the reference from this concrete object and return the pointer to the EO Object stored in this instance. More...
 
void _reset (Eo *_ptr=nullptr)
 Reset the current pointer to reference a new Eo object.
 
 operator bool () const
 

Static Public Member Functions

static Efl_Class const * _eo_class ()
 

Additional Inherited Members

- Protected Attributes inherited from efl::eo::concrete
Eo_eo_raw
 The opaque EO Object.