|
QVISH 0.1
|
An editable window containing a history of events and allowing interaction with certain text objects. More...
#include <VObjectStory.hpp>
Public Types | |
| typedef Q3TextView | QVStory |
Public Member Functions | |
| void | appendObject (const string &CreatorName, const string &ObjectName) |
| Append an object creation event to the story. | |
| Q3PopupMenu * | createPopupMenu (const QPoint &pos) |
| void | loadFile (const string &filename) |
| Append an file loading event to the story. | |
| string | qname () override |
| QWidget * | qwidget () override |
| VObjectStory (QWidget *parent, const string &name, qVMainWindow &) | |
Public Attributes | |
| qVMainWindow & | myMainWindow |
| RefPtr< VActionNotifier > | StoryNotifier |
An editable window containing a history of events and allowing interaction with certain text objects.