#include <abstractattributedocview.h>
Inheritance diagram for AbstractAttributeDocView:

Public Member Functions | |
| AbstractAttributeDocView (QObject *objectPtr) | |
| AttributeDocController * | attributeDocController () const |
| AttributeDoc * | attributeDoc () const |
Protected Member Functions | |
| virtual void | dispatchEvent (VEvent *) |
| virtual void | changeControllerEvent (VChangeControllerEvent *) |
| virtual void | modelChangedEvent (VModelChangedEvent *) |
| virtual void | attributesValuesSetEvent (VAttributesValuesSetEvent *) |
| virtual void | attributesRemovedEvent (VAttributesRemovedEvent *) |
| AbstractAttributeDocView::AbstractAttributeDocView | ( | QObject * | objectPtr | ) |
| AttributeDocController * AbstractAttributeDocView::attributeDocController | ( | ) | const |
Convenience method.
Returns a cached guarded pointer that has been dynamically cast to AttributeDocController* from AbstractController*.
See also AbstractView::controller().
| AttributeDoc * AbstractAttributeDocView::attributeDoc | ( | ) | const |
Convenience method.
Returns a cached guarded pointer that has been dynamically cast to AttributeDoc* from AbstractModel*.
See also AbstractView::model().
| void AbstractAttributeDocView::dispatchEvent | ( | VEvent * | event | ) | [protected, virtual] |
The view's event dispatcher.
Asserts that the event is non-null.
Warning! It is assumed that the events have their correct type set (as it uses static casts).
Reimplemented from AbstractDocView.
Reimplemented in AbstractElementDocView, and AbstractDiagramView.
| void AbstractAttributeDocView::changeControllerEvent | ( | VChangeControllerEvent * | event | ) | [protected, virtual] |
Re-implemented, as to also have the pointer returned by attributeDocController() updated.
Asserts that the event is non-null.
Reimplemented from AbstractDocView.
Reimplemented in AbstractElementDocView, and AbstractDiagramView.
| void AbstractAttributeDocView::modelChangedEvent | ( | VModelChangedEvent * | event | ) | [protected, virtual] |
Re-implemented, as to also have the pointer returned by attributeDoc() updated.
Asserts that the event is non-null.
Reimplemented from AbstractDocView.
Reimplemented in AbstractElementDocView, and AbstractDiagramView.
| virtual void AbstractAttributeDocView::attributesValuesSetEvent | ( | VAttributesValuesSetEvent * | ) | [inline, protected, virtual] |
| virtual void AbstractAttributeDocView::attributesRemovedEvent | ( | VAttributesRemovedEvent * | ) | [inline, protected, virtual] |
1.5.2