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

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

#include <clientapi.hh>

Inherits Rapicorn::Aida::SmartHandle.

Inherited by Rapicorn::ContainerHandle, Rapicorn::DrawableHandle, Rapicorn::IdlTestWidgetHandle, and Rapicorn::Aida::SmartMember< WidgetHandle >.

List of all members.

Public Member Functions

const Rapicorn::Aida::TypeHashList __aida_typelist__ ()
std::string name () const
void name (const std::string &)
double width () const
void width (double)
double height () const
void height (double)
bool hexpand () const
void hexpand (bool)
bool vexpand () const
void vexpand (bool)
bool hspread () const
void hspread (bool)
bool vspread () const
void vspread (bool)
bool hshrink () const
void hshrink (bool)
bool vshrink () const
void vshrink (bool)
bool visible () const
void visible (bool)
bool sensitive () const
void sensitive (bool)
double hposition () const
void hposition (double)
double hspan () const
void hspan (double)
double vposition () const
void vposition (double)
double vspan () const
void vspan (double)
int left_spacing () const
void left_spacing (int)
int right_spacing () const
void right_spacing (int)
int bottom_spacing () const
void bottom_spacing (int)
int top_spacing () const
void top_spacing (int)
double hanchor () const
void hanchor (double)
double vanchor () const
void vanchor (double)
double halign () const
void halign (double)
double hscale () const
void hscale (double)
double valign () const
void valign (double)
double vscale () const
void vscale (double)
ColorSchemeType color_scheme () const
void color_scheme (ColorSchemeType)
bool match_selector (const std::string &selector)
WidgetHandle query_selector (const std::string &selector)
WidgetSeq query_selector_all (const std::string &selector)
WidgetHandle query_selector_unique (const std::string &selector)
std::string test_dump ()
template<class Target >
Target component (const std::string &selector)
 Carry out Widget::query_selector_unique() and Target::down_cast() in one step, for type safe access to a descendant.

Static Public Member Functions

static
Rapicorn::Aida::BaseConnection
__aida_connection__ ()
template<class SmartHandle >
static WidgetHandle down_cast (SmartHandle smh)

Detailed Description

See also the corresponding IDL class Widget.


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