QDesignerFormWindowManagerInterface Class Reference
#include <QDesignerFormWindowManagerInterface>
Part of the QtDesigner module.
Inherits QObject.
Public Functions
- 28 public functions inherited from QObject
Public Slots
- 1 public slot inherited from QObject
Signals
Additional Inherited Members
- 1 property inherited from QObject
- 4 static public members inherited from QObject
- 7 protected functions inherited from QObject
Detailed Description
Member Function Documentation
QDesignerFormWindowManagerInterface::QDesignerFormWindowManagerInterface ( QObject * parent = 0 )
Constructs an interface with the given parent for the form window manager.
QDesignerFormWindowManagerInterface::~QDesignerFormWindowManagerInterface () [virtual]
Destroys the interface for the form window manager.
QAction * QDesignerFormWindowManagerInterface::actionAdjustSize () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionBreakLayout () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionCopy () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionCut () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionDelete () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionGridLayout () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionHorizontalLayout () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionLower () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionPaste () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionRaise () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionRedo () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionSelectAll () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionSplitHorizontal () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionSplitVertical () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionUndo () const [virtual]
QAction * QDesignerFormWindowManagerInterface::actionVerticalLayout () const [virtual]
QDesignerFormWindowInterface * QDesignerFormWindowManagerInterface::activeFormWindow () const [virtual]
void QDesignerFormWindowManagerInterface::activeFormWindowChanged ( QDesignerFormWindowInterface * formWindow ) [signal]
This signal is emitted ...
void QDesignerFormWindowManagerInterface::addFormWindow ( QDesignerFormWindowInterface * formWindow ) [virtual slot]
QDesignerFormEditorInterface * QDesignerFormWindowManagerInterface::core () const [virtual]
QDesignerFormWindowInterface * QDesignerFormWindowManagerInterface::createFormWindow ( QWidget * parentWidget = 0, Qt::WindowFlags flags = 0 ) [virtual]
void QDesignerFormWindowManagerInterface::dragItems ( const QList<QDesignerDnDItemInterface *> & item_list ) [pure virtual]
QDesignerFormWindowInterface * QDesignerFormWindowManagerInterface::formWindow ( int index ) const [virtual]
void QDesignerFormWindowManagerInterface::formWindowAdded ( QDesignerFormWindowInterface * formWindow ) [signal]
This signal is emitted ...
int QDesignerFormWindowManagerInterface::formWindowCount () const [virtual]
void QDesignerFormWindowManagerInterface::formWindowRemoved ( QDesignerFormWindowInterface * formWindow ) [signal]
This signal is emitted ...
void QDesignerFormWindowManagerInterface::removeFormWindow ( QDesignerFormWindowInterface * formWindow ) [virtual slot]
void QDesignerFormWindowManagerInterface::setActiveFormWindow ( QDesignerFormWindowInterface * formWindow ) [virtual slot]