|
| Filter (::Eo *eo) |
|
| Filter (std::nullptr_t) |
|
| Filter (Filter const &other)=default |
|
| Filter (Filter &&other)=default |
|
Filter & | operator= (Filter const &other)=default |
|
Filter & | operator= (Filter &&other)=default |
|
| Filter (::efl::eo::concrete parent) |
|
template<typename F > |
| Filter (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0) |
|
::efl::eolian::return_traits< void >::type | filter_program_get (::efl::eolian::out_traits< ::efl::eina::string_view >::type code, ::efl::eolian::out_traits< ::efl::eina::string_view *>::type name) const |
|
::efl::eolian::return_traits< void >::type | filter_program_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type code, ::efl::eolian::in_traits< ::efl::eina::optional< ::efl::eina::string_view >>::type name) const |
|
::efl::eolian::return_traits< void >::type | filter_state_get (::efl::eolian::out_traits< ::efl::eina::string_view >::type cur_state, ::efl::eolian::out_traits< double >::type cur_val, ::efl::eolian::out_traits< ::efl::eina::string_view *>::type next_state, ::efl::eolian::out_traits< double *>::type next_val, ::efl::eolian::out_traits< double *>::type pos) const |
|
::efl::eolian::return_traits< void >::type | filter_state_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type cur_state, ::efl::eolian::in_traits< double >::type cur_val, ::efl::eolian::in_traits< ::efl::eina::optional< ::efl::eina::string_view >>::type next_state, ::efl::eolian::in_traits< ::efl::eina::optional< double >>::type next_val, ::efl::eolian::in_traits< ::efl::eina::optional< double >>::type pos) const |
|
::efl::eolian::return_traits< void >::type | filter_padding_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< ::efl::Gfx >::type | filter_source_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type name) const |
|
::efl::eolian::return_traits< void >::type | filter_source_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type name, ::efl::eolian::in_traits< ::efl::Gfx >::type source) const |
|
::efl::eolian::return_traits< void >::type | filter_data_get (::efl::eolian::in_traits< ::efl::eina::string_view >::type name, ::efl::eolian::out_traits< ::efl::eina::string_view >::type value, ::efl::eolian::out_traits< bool >::type execute) const |
|
::efl::eolian::return_traits< void >::type | filter_data_set (::efl::eolian::in_traits< ::efl::eina::string_view >::type name, ::efl::eolian::in_traits< ::efl::eina::string_view >::type value, ::efl::eolian::in_traits< bool >::type execute) 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 |
|