AbstractContentView Class Reference

An interface for widgets to display and edit the content of the nodes. More...

#include <abstractcontentview.h>

Inheritance diagram for AbstractContentView:
RichTextEdit TextEdit WelcomeView

List of all members.

Public Member Functions

virtual bool hasChanged ()=0
virtual AbstractContentChangegetChange ()=0

Detailed Description

An interface for widgets to display and edit the content of the nodes.

Inherit from this class to create a class to edit and display the content of nodes.

Author:
Manuel Unglaub

Member Function Documentation

virtual AbstractContentChange* AbstractContentView::getChange (  )  [pure virtual]

Get the change made to the content.

Returns:
The change made to the content.

Implemented in RichTextEdit, TextEdit, and WelcomeView.

virtual bool AbstractContentView::hasChanged (  )  [pure virtual]

Find out if any change was made.

Returns:
True if the content was changed.

Implemented in RichTextEdit, TextEdit, and WelcomeView.


The documentation for this class was generated from the following file:
Generated on Fri May 14 19:12:51 2010 for Silence by  doxygen 1.6.3