Data Structures | Public Member Functions | Static Public Member Functions | Static Public Attributes
elm::interface::atspi::Window Struct Reference

Data Structures

struct  window_activated_event
 
struct  window_created_event
 
struct  window_deactivated_event
 
struct  window_destroyed_event
 
struct  window_maximized_event
 
struct  window_minimized_event
 
struct  window_restored_event
 

Public Member Functions

 Window (::Eo *eo)
 
 Window (std::nullptr_t)
 
 Window (Window const &other)=default
 
 Window (Window &&other)=default
 
Windowoperator= (Window const &other)=default
 
Windowoperator= (Window &&other)=default
 
 Window (::efl::eo::concrete parent)
 
template<typename F >
 Window (F f, typename ::std::enable_if< ::efl::eolian::is_callable< F >::value >::type *=0)
 
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 Eo_Class const * _eo_class ()
 

Static Public Attributes

static struct elm::interface::atspi::Window::window_created_event window_created_event
 
static struct elm::interface::atspi::Window::window_destroyed_event window_destroyed_event
 
static struct elm::interface::atspi::Window::window_activated_event window_activated_event
 
static struct elm::interface::atspi::Window::window_deactivated_event window_deactivated_event
 
static struct elm::interface::atspi::Window::window_maximized_event window_maximized_event
 
static struct elm::interface::atspi::Window::window_minimized_event window_minimized_event
 
static struct elm::interface::atspi::Window::window_restored_event window_restored_event
 

Additional Inherited Members

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