Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes
Rapicorn::ApplicationIface Class Reference

See also the corresponding IDL class Application. More...

#include <serverapi.hh>

Inherits Rapicorn::BaseObject.

Inherited by Rapicorn::ApplicationImpl.

List of all members.

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 WindowIfacecreate_window (const std::string &window_identifier, const StringSeq &arguments=StringSeq())=0
virtual bool finishable ()
virtual void close_all ()=0
virtual WindowIfacequery_window (const std::string &selector)=0
virtual WindowList query_windows (const std::string &selector)=0
virtual WindowList list_windows ()=0
virtual ListModelRelayIfacecreate_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 ListModelIfacexurl_find (const String &model_path)
static String xurl_path (const ListModelIface &model)

Public Attributes

Signal_missing_primary sig_missing_primary

Detailed Description

See also the corresponding IDL class Application.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines