Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
See also the corresponding IDL class Window. More...
#include <serverapi.hh>
Inherits Rapicorn::ContainerIface.
Inherited by Rapicorn::WindowImpl [virtual]
.
Public Types | |
typedef Rapicorn::Aida::AsyncSignal < bool(const std::string &cmdname, const StringSeq &args)> | Signal_commands |
typedef Rapicorn::Aida::Signal < void()> | Signal_displayed |
Public Member Functions | |
virtual std::string | __aida_type_name__ () const |
Retrieve the IDL type name of an instance. | |
virtual void | __aida_typelist__ (Rapicorn::Aida::TypeHashList &) const |
virtual const Rapicorn::Aida::PropertyList & | __aida_properties__ () |
Retrieve the list properties of an instance. | |
virtual std::string | title () const =0 |
virtual void | title (const std::string &)=0 |
virtual bool | auto_focus () const =0 |
virtual void | auto_focus (bool)=0 |
virtual bool | viewable ()=0 |
virtual void | show ()=0 |
virtual bool | closed ()=0 |
virtual void | close ()=0 |
virtual bool | snapshot (const std::string &pngname)=0 |
virtual bool | synthesize_click (WidgetIface &widget, int button, double xalign=0.5, double yalign=0.5)=0 |
virtual bool | synthesize_enter (double xalign=0.5, double yalign=0.5)=0 |
virtual bool | synthesize_leave ()=0 |
virtual bool | synthesize_delete ()=0 |
WindowImpl & | impl () |
const WindowImpl & | impl () const |
Public Attributes | |
Signal_commands | sig_commands |
Signal_displayed | sig_displayed |
See also the corresponding IDL class Window.