parley
ContainerView Class Reference
View for containers (KEduVocContainer). More...
#include <containerview.h>
Inheritance diagram for ContainerView:

Public Slots | |
| void | setTranslation (KEduVocExpression *, int) |
| void | slotRename () |
Signals | |
| void | lessonsInPracticeChanged () |
| void | signalShowContainer (KEduVocContainer *selected) |
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 30 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 38 of file containerview.cpp.
Member Function Documentation
| void ContainerView::lessonsInPracticeChanged | ( | ) | [signal] |
Emitted when any of the checkboxes for the query change.
| void ContainerView::setModel | ( | ContainerModel * | model | ) | [virtual] |
Set the model for the view.
- Parameters:
-
model the model
Reimplemented in LessonStatisticsView.
Definition at line 56 of file containerview.cpp.
| void ContainerView::setTranslation | ( | KEduVocExpression * | entry, | |
| int | translation | |||
| ) | [slot] |
| void ContainerView::signalShowContainer | ( | KEduVocContainer * | selected | ) | [signal] |
Emitted when a new container is selected.
Indicates the selected container.
| void ContainerView::slotRename | ( | ) | [slot] |
Create an editor to let the user type a new name for the lesson.
Definition at line 94 of file containerview.cpp.
Member Data Documentation
ContainerModel* ContainerView::m_model [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference