parley
Editor::ContainerView Class Reference
#include <containerview.h>
Inheritance diagram for Editor::ContainerView:

Public Slots | |
void | slotRename () |
Public Member Functions | |
ContainerView (QWidget *parent=0) | |
virtual void | setModel (ContainerModel *model) |
Protected Attributes | |
ContainerModel * | m_model |
Detailed Description
View for containers (KEduVocContainer).
Definition at line 31 of file containerview.h.
Constructor & Destructor Documentation
ContainerView::ContainerView | ( | QWidget * | parent = 0 | ) |
Set up the lesson list widget.
Also creates the menu to manipulate the lessons.
- Parameters
-
parent parent widget
Definition at line 24 of file containerview.cpp.
Member Function Documentation
|
virtual |
Set the model for the view.
- Parameters
-
model the model
Reimplemented in LessonStatisticsView.
Definition at line 40 of file containerview.cpp.
|
slot |
let the user type a new name for the container
Definition at line 49 of file containerview.cpp.
Member Data Documentation
|
protected |
ContainerModel for this view.
Definition at line 49 of file containerview.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.