![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/Widgets/ctkLayoutViewFactory.h>


Public Member Functions | |
| virtual QWidget * | createViewFromXML (QDomElement layoutElement) |
| ctkTemplateLayoutViewFactory (QObject *parent=0) | |
Public Member Functions inherited from ctkLayoutViewFactory | |
| virtual void | beginSetupLayout () |
| ctkLayoutViewFactory (QObject *parent=0) | |
| Constructor. More... | |
| virtual void | endSetupLayout () |
| virtual bool | isElementSupported (QDomElement layoutElement) const |
| QList< QWidget * > | registeredViews () const |
| virtual void | setupView (QDomElement layoutElement, QWidget *view) |
| void | setUseCachedViews (bool cache) |
| virtual QStringList | supportedElementNames () const |
| bool | useCachedViews () const |
| virtual QWidget * | viewFromXML (QDomElement layoutElement) |
| virtual QList< QWidget * > | viewsFromXML (QDomElement layoutElement) |
| virtual | ~ctkLayoutViewFactory () |
| Destructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ctkLayoutViewFactory | |
| virtual QList< QWidget * > | createViewsFromXML (QDomElement layoutElement) |
| QDomElement | layoutElement (QWidget *view) const |
| QList< QWidget * > | registeredViews (const QDomElement &layoutElement) const |
| virtual void | registerView (QDomElement layoutElement, QWidget *view) |
| virtual void | unregisterView (QDomElement layoutElement, QWidget *view) |
| virtual void | unregisterView (QWidget *view) |
Protected Attributes inherited from ctkLayoutViewFactory | |
| QScopedPointer< ctkLayoutViewFactoryPrivate > | d_ptr |
Properties inherited from ctkLayoutViewFactory | |
| bool | useCachedViews |
Instantiate a template QWidget anytime a view element is listed inside a layout element.
Definition at line 174 of file ctkLayoutViewFactory.h.
|
inline |
Definition at line 177 of file ctkLayoutViewFactory.h.
|
inlinevirtual |
Create a new view from a layoutElement. Returns 0 by default
Reimplemented from ctkLayoutViewFactory.
Definition at line 182 of file ctkLayoutViewFactory.h.