Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

QDesignerWidgetDataBaseInterface Class Reference

#include <QDesignerWidgetDataBaseInterface>

Part of the QtDesigner module.

Inherits QObject.

Public Functions

Signals

Additional Inherited Members


Detailed Description


Member Function Documentation

QDesignerWidgetDataBaseInterface::QDesignerWidgetDataBaseInterface ( QObject * parent = 0 )

Constructs an interface to the widget database with the given parent.

QDesignerWidgetDataBaseInterface::~QDesignerWidgetDataBaseInterface ()   [virtual]

Destroys the interface to the widget database.

void QDesignerWidgetDataBaseInterface::append ( QDesignerWidgetDataBaseItemInterface * item )   [virtual]

void QDesignerWidgetDataBaseInterface::changed ()   [signal]

This signal is emitted ...

QDesignerFormEditorInterface * QDesignerWidgetDataBaseInterface::core () const   [virtual]

int QDesignerWidgetDataBaseInterface::count () const   [virtual]

int QDesignerWidgetDataBaseInterface::indexOf ( QDesignerWidgetDataBaseItemInterface * item ) const   [virtual]

int QDesignerWidgetDataBaseInterface::indexOfClassName ( const QString & name, bool resolveName = true ) const   [virtual]

int QDesignerWidgetDataBaseInterface::indexOfObject ( QObject * object, bool resolveName = true ) const   [virtual]

void QDesignerWidgetDataBaseInterface::insert ( int index, QDesignerWidgetDataBaseItemInterface * item )   [virtual]

bool QDesignerWidgetDataBaseInterface::isContainer ( QObject * object, bool resolveName = true ) const

bool QDesignerWidgetDataBaseInterface::isCustom ( QObject * object, bool resolveName = true ) const

QDesignerWidgetDataBaseItemInterface * QDesignerWidgetDataBaseInterface::item ( int index ) const   [virtual]


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0