Public Member Functions | Static Public Member Functions
efl::gfx::Shape Struct Reference

Public Member Functions

 Shape (::Eo *eo)
 
 Shape (std::nullptr_t)
 
 Shape (Shape const &other)=default
 
 Shape (Shape &&other)=default
 
Shapeoperator= (Shape const &other)=default
 
Shapeoperator= (Shape &&other)=default
 
 Shape (::efl::eo::concrete parent)
 
template<typename F >
 Shape (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
::efl::eolian::return_traits< double >::type stroke_scale_get () const
 
::efl::eolian::return_traits< void >::type stroke_scale_set (::efl::eolian::in_traits< double >::type s) const
 
::efl::eolian::return_traits< void >::type stroke_color_get (::efl::eolian::out_traits< int >::type r, ::efl::eolian::out_traits< int >::type g, ::efl::eolian::out_traits< int >::type b, ::efl::eolian::out_traits< int >::type a) const
 
::efl::eolian::return_traits< void >::type stroke_color_set (::efl::eolian::in_traits< int >::type r, ::efl::eolian::in_traits< int >::type g, ::efl::eolian::in_traits< int >::type b, ::efl::eolian::in_traits< int >::type a) const
 
::efl::eolian::return_traits< double >::type stroke_width_get () const
 
::efl::eolian::return_traits< void >::type stroke_width_set (::efl::eolian::in_traits< double >::type w) const
 
::efl::eolian::return_traits< double >::type stroke_location_get () const
 
::efl::eolian::return_traits< void >::type stroke_location_set (::efl::eolian::in_traits< double >::type centered) const
 
::efl::eolian::return_traits< void >::type stroke_dash_get (::efl::eolian::out_traits< Efl_Gfx_Dash const &>::type dash, ::efl::eolian::out_traits< unsigned int >::type length) const
 
::efl::eolian::return_traits< void >::type stroke_dash_set (::efl::eolian::in_traits< Efl_Gfx_Dash const &>::type dash, ::efl::eolian::in_traits< unsigned int >::type length) const
 
::efl::eolian::return_traits< Efl_Gfx_Cap >::type stroke_cap_get () const
 
::efl::eolian::return_traits< void >::type stroke_cap_set (::efl::eolian::in_traits< Efl_Gfx_Cap >::type c) const
 
::efl::eolian::return_traits< Efl_Gfx_Join >::type stroke_join_get () const
 
::efl::eolian::return_traits< void >::type stroke_join_set (::efl::eolian::in_traits< Efl_Gfx_Join >::type j) const
 
::efl::eolian::return_traits< Efl_Gfx_Fill_Rule >::type fill_rule_get () const
 
::efl::eolian::return_traits< void >::type fill_rule_set (::efl::eolian::in_traits< Efl_Gfx_Fill_Rule >::type fill_rule) const
 
::efl::eolian::return_traits< bool >::type interpolate (::efl::eolian::in_traits< ::efl::Object >::type from, ::efl::eolian::in_traits< ::efl::Object >::type to, ::efl::eolian::in_traits< double >::type pos_map) const
 
::efl::eolian::return_traits< void >::type dup (::efl::eolian::in_traits< ::efl::Object >::type dup_from) 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.