|
| Buffer (::Eo *eo) |
|
| Buffer (std::nullptr_t) |
|
| Buffer (Buffer const &other)=default |
|
| Buffer (Buffer &&other)=default |
|
Buffer & | operator= (Buffer const &other)=default |
|
Buffer & | operator= (Buffer &&other)=default |
|
| Buffer (::efl::eo::concrete parent) |
|
template<typename F > |
| Buffer (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< void >::type | buffer_size_get (::efl::eolian::out_traits< int >::type w, ::efl::eolian::out_traits< int >::type h) const |
|
::efl::eolian::return_traits< void >::type | buffer_size_set (::efl::eolian::in_traits< int >::type w, ::efl::eolian::in_traits< int >::type h) const |
|
::efl::eolian::return_traits< Efl_Gfx_Colorspace >::type | colorspace_get () const |
|
::efl::eolian::return_traits< bool >::type | alpha_get () const |
|
::efl::eolian::return_traits< void >::type | alpha_set (::efl::eolian::in_traits< bool >::type alpha) const |
|
::efl::eolian::return_traits< int >::type | stride_get () const |
|
::efl::eolian::return_traits< void >::type | buffer_borders_get (::efl::eolian::out_traits< unsigned int >::type l, ::efl::eolian::out_traits< unsigned int >::type r, ::efl::eolian::out_traits< unsigned int >::type t, ::efl::eolian::out_traits< unsigned int >::type b) const |
|
::efl::eolian::return_traits< void >::type | buffer_update_add (::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 | buffer_map (::efl::eolian::out_traits< int >::type length, ::efl::eolian::in_traits< Efl_Gfx_Buffer_Access_Mode >::type mode, ::efl::eolian::in_traits< ::efl::eina::optional< int >>::type x, ::efl::eolian::in_traits< ::efl::eina::optional< int >>::type y, ::efl::eolian::in_traits< ::efl::eina::optional< int >>::type w, ::efl::eolian::in_traits< ::efl::eina::optional< int >>::type h, ::efl::eolian::in_traits< ::efl::eina::optional< Efl_Gfx_Colorspace >>::type cspace, ::efl::eolian::out_traits< int *>::type stride) const |
|
::efl::eolian::return_traits< bool >::type | buffer_unmap (::efl::eolian::in_traits< void *>::type data, ::efl::eolian::in_traits< int >::type length) const |
|
::efl::eolian::return_traits< bool >::type | buffer_data_set (::efl::eolian::in_traits< void *>::type pixels, ::efl::eolian::in_traits< int >::type width, ::efl::eolian::in_traits< int >::type height, ::efl::eolian::in_traits< ::efl::eina::optional< int >>::type stride, ::efl::eolian::in_traits< ::efl::eina::optional< Efl_Gfx_Colorspace >>::type cspace) const |
|
::efl::eolian::return_traits< bool >::type | buffer_copy_set (::efl::eolian::in_traits< void const *>::type pixels, ::efl::eolian::in_traits< int >::type width, ::efl::eolian::in_traits< int >::type height, ::efl::eolian::in_traits< ::efl::eina::optional< int >>::type stride, ::efl::eolian::in_traits< ::efl::eina::optional< Efl_Gfx_Colorspace >>::type cspace) const |
|
::efl::eolian::return_traits< void * >::type | buffer_data_get () const |
|
Eo * | _eo_ptr () const |
|
| concrete (Eo *eo) |
| Class constructor. More...
|
|
| concrete () |
| Default constructor. More...
|
|
| ~concrete () |
| Class destructor.
|
|
| concrete (concrete const &other) |
|
| concrete (concrete &&other) |
|
concrete & | operator= (concrete const &other) |
| Assignment operator.
|
|
concrete & | operator= (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 |
|