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

QDesignerWidgetBoxInterface Class Reference

#include <QDesignerWidgetBoxInterface>

Part of the QtDesigner module.

Inherits QWidget.

Public Types

Public Functions

Additional Inherited Members


Detailed Description


Member Type Documentation

typedef QDesignerWidgetBoxInterface::CategoryList

typedef QDesignerWidgetBoxInterface::WidgetList


Member Function Documentation

QDesignerWidgetBoxInterface::QDesignerWidgetBoxInterface ( QWidget * parent = 0, Qt::WindowFlags flags = 0 )

QDesignerWidgetBoxInterface::~QDesignerWidgetBoxInterface ()   [virtual]

void QDesignerWidgetBoxInterface::addCategory ( const Category & cat )   [pure virtual]

void QDesignerWidgetBoxInterface::addWidget ( int cat_idx, const Widget & wgt )   [pure virtual]

Category QDesignerWidgetBoxInterface::category ( int cat_idx ) const   [pure virtual]

int QDesignerWidgetBoxInterface::categoryCount () const   [pure virtual]

void QDesignerWidgetBoxInterface::dropWidgets ( const QList<QDesignerDnDItemInterface *> & item_list, const QPoint & global_mouse_pos )   [pure virtual]

QString QDesignerWidgetBoxInterface::fileName () const   [pure virtual]

int QDesignerWidgetBoxInterface::findOrInsertCategory ( const QString & categoryName )

bool QDesignerWidgetBoxInterface::load ()   [pure virtual]

void QDesignerWidgetBoxInterface::removeCategory ( int cat_idx )   [pure virtual]

void QDesignerWidgetBoxInterface::removeWidget ( int cat_idx, int wgt_idx )   [pure virtual]

bool QDesignerWidgetBoxInterface::save ()   [pure virtual]

void QDesignerWidgetBoxInterface::setFileName ( const QString & file_name )   [pure virtual]

Widget QDesignerWidgetBoxInterface::widget ( int cat_idx, int wgt_idx ) const   [pure virtual]

int QDesignerWidgetBoxInterface::widgetCount ( int cat_idx ) const   [pure virtual]


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0