Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Examples  

QdbtTabularInfo Class Reference

Provides additional information on a tabular instance. More...

Collaboration diagram for QdbtTabularInfo:

Collaboration graph
[legend]
List of all members.

Public Methods

 QdbtTabularInfo (QdbtBaseTabular *)
virtual ~QdbtTabularInfo ()
QdbtSelectionselection () const
QWidgeteditorParent () const

Static Public Methods

QdbtSelectionselection (QGuardedPtr< QdbtBaseTabular >)
QWidgeteditorParent (QGuardedPtr< QdbtBaseTabular >)

Detailed Description

Provides additional information on a tabular instance.

This class helps gathering additional information on a tabular instance. Using this information is typically only necessary when adding additional functionality (e.g. providing a custom selection method or using additional cell/editor-implementations) to the tabular widget.


Constructor & Destructor Documentation

QdbtTabularInfo::QdbtTabularInfo QdbtBaseTabular   tab [explicit]
 

Create a tabular info for a tabular tab.

QdbtTabularInfo::~QdbtTabularInfo   [virtual]
 

Destroy the tabular info again


Member Function Documentation

QWidget * QdbtTabularInfo::editorParent QGuardedPtr< QdbtBaseTabular   tab [static]
 

Query the editor parent within the tabular tab.

See also:
QWidget *editorParent() const

QWidget * QdbtTabularInfo::editorParent   const
 

Query the parent widget to be used for cell editors.

Not all widgets used within the tabular implementation are belonging to the public API of the library, so this member provides access to widget that is used internally as parent to the editor widgets.

See also:
QWidget *editorParent( QGuardedPtr<QdbtBaseTabular> tab )

QdbtSelection * QdbtTabularInfo::selection QGuardedPtr< QdbtBaseTabular   tab [static]
 

Query the selection object of the tabular tab.

See also:
QdbtSelection *selection() const

QdbtSelection * QdbtTabularInfo::selection   const
 

Query the selection object currently active for the tabular

See also:
QdbtSelection *selection( QGuardedPtr<QdbtBaseTabular> tab )


The documentation for this class was generated from the following files:
Generated on Mon Apr 22 12:22:05 2002 for QdbtTabular by doxygen1.2.15-20020421