Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

BtGuiWidgetGen Class Reference

Generic widget. More...

#include <BtGuiWidgetGen.h>

Inheritance diagram for BtGuiWidgetGen::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiWidgetGen (const BtGuiTkInterpreter &interf, const String &type, const String &name="")
 BtGuiWidgetGen (const BtGuiTkInterpreter &interf, const String &type, const BtGuiWidget &parent, const String &name="")
 ~BtGuiWidgetGen ()
virtual bool create ()
virtual BtGuiWidgetgetSubwidget (const String &type, const String &name, bool no_prev_check=false)

Detailed Description

Generic widget.

NAME: BtGuiWidgetGen - Generic widget

DESCRIPTION:

Generic widget class wrapper derived from the base class "BtGuiWidget".


Constructor & Destructor Documentation

BtGuiWidgetGen::BtGuiWidgetGen ( const BtGuiTkInterpreter & interf,
const String & type,
const String & name = "" )
 

See class "BtGuiWidget".

BtGuiWidgetGen::BtGuiWidgetGen ( const BtGuiTkInterpreter & interf,
const String & type,
const BtGuiWidget & parent,
const String & name = "" )
 

See documentation of one of the overloaded constructor.

BtGuiWidgetGen::~BtGuiWidgetGen ( )
 


Member Function Documentation

bool BtGuiWidgetGen::create ( ) [virtual]
 

create the widget and display it. This is a pure virtual function that needs to be defined in derived classes.

Reimplemented from BtGuiWidget.

BtGuiWidget * BtGuiWidgetGen::getSubwidget ( const String & type,
const String & name,
bool no_prev_check = false ) [virtual]
 

return a pointer to a subwidget, typically used when dealing with Tix meta widgets.


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.