Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
See also the corresponding IDL class Application. More...
#include <serverapi.hh>
Inherits Rapicorn::BaseObject.
Inherited by Rapicorn::ApplicationImpl.
Public Types | |
typedef Rapicorn::Aida::Signal < void()> | Signal_missing_primary |
Public Member Functions | |
Rapicorn::Aida::TypeCode | __aida_type_code__ () |
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 | auto_path (const std::string &file_name, const std::string &binary_path, bool search_vpath=1)=0 |
virtual StringSeq | auto_load (const std::string &defs_domain, const std::string &file_name, const std::string &binary_path, const std::string &i18n_domain="")=0 |
virtual bool | factory_window (const std::string &factory_definition) |
virtual void | load_string (const std::string &defs_domain, const std::string &xml_string, const std::string &i18n_domain="")=0 |
virtual WindowIface * | create_window (const std::string &window_identifier, const StringSeq &arguments=StringSeq())=0 |
virtual bool | finishable () |
virtual void | close_all ()=0 |
virtual WindowIface * | query_window (const std::string &selector)=0 |
virtual WindowList | query_windows (const std::string &selector)=0 |
virtual WindowList | list_windows ()=0 |
virtual ListModelRelayIface * | create_list_model_relay (const std::string &name="")=0 |
virtual void | test_counter_set (int val)=0 |
virtual void | test_counter_add (int val)=0 |
virtual int | test_counter_get ()=0 |
virtual int | test_counter_inc_fetch ()=0 |
virtual Rapicorn::Aida::int64 | test_hook ()=0 |
Static Public Member Functions | |
static Rapicorn::Aida::BaseConnection * | __aida_connection__ () |
static bool | xurl_add (const String &model_path, ListModelIface &model) |
static bool | xurl_sub (ListModelIface &model) |
static ListModelIface * | xurl_find (const String &model_path) |
static String | xurl_path (const ListModelIface &model) |
Public Attributes | |
Signal_missing_primary | sig_missing_primary |
See also the corresponding IDL class Application.