Collaboration diagram for QdbtTabularInfo:
Public Methods | |
QdbtTabularInfo (QdbtBaseTabular *) | |
virtual | ~QdbtTabularInfo () |
QdbtSelection * | selection () const |
QWidget * | editorParent () const |
Static Public Methods | |
QdbtSelection * | selection (QGuardedPtr< QdbtBaseTabular >) |
QWidget * | editorParent (QGuardedPtr< QdbtBaseTabular >) |
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.
|
Create a tabular info for a tabular tab. |
|
Destroy the tabular info again |
|
Query the editor parent within the tabular tab.
|
|
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.
|
|
Query the selection object of the tabular tab.
|
|
Query the selection object currently active for the tabular
|