Data Structures | Public Member Functions | Static Public Member Functions | Static Public Attributes
efl::gfx::size::Hint Struct Reference

Data Structures

struct  change_size_hints_event
 

Public Member Functions

 Hint (::Eo *eo)
 
 Hint (std::nullptr_t)
 
 Hint (Hint const &other)=default
 
 Hint (Hint &&other)=default
 
Hintoperator= (Hint const &other)=default
 
Hintoperator= (Hint &&other)=default
 
 Hint (::efl::eo::concrete parent)
 
template<typename F >
 Hint (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< void >::type hint_base_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_base_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_step_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_step_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_aspect_get (::efl::eolian::out_traits< Efl_Gfx_Size_Hint_Aspect >::type mode, ::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_aspect_set (::efl::eolian::in_traits< Efl_Gfx_Size_Hint_Aspect >::type mode, ::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_max_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_max_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_min_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_min_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_request_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_request_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_restricted_min_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_restricted_min_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_combined_min_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const
 
::efl::eolian::return_traits< void >::type hint_margin_get (::efl::eolian::out_traits< int >::type l, ::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type t, ::efl::eolian::out_traits< int >::type b) const
 
::efl::eolian::return_traits< void >::type hint_margin_set (::efl::eolian::in_traits< int >::type l, ::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type t, ::efl::eolian::in_traits< int >::type b) const
 
::efl::eolian::return_traits< void >::type hint_weight_get (::efl::eolian::out_traits< double >::type x, ::efl::eolian::out_traits< double >::type y) const
 
::efl::eolian::return_traits< void >::type hint_weight_set (::efl::eolian::in_traits< double >::type x, ::efl::eolian::in_traits< double >::type y) const
 
::efl::eolian::return_traits< void >::type hint_align_get (::efl::eolian::out_traits< double >::type x, ::efl::eolian::out_traits< double >::type y) const
 
::efl::eolian::return_traits< void >::type hint_align_set (::efl::eolian::in_traits< double >::type x, ::efl::eolian::in_traits< double >::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 ()
 

Static Public Attributes

static struct efl::gfx::size::Hint::change_size_hints_event change_size_hints_event
 

Additional Inherited Members

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