#include <teacherstartactions.h>
Inherits StartActions.
Signals | |
void | newFile () |
void | openFile () |
void | closeFile () |
void | showHelp () |
Public Member Functions | |
TeacherStartActions (QWidget *parent=0) | |
void | setProjectOpen (bool state) |
Definition at line 7 of file teacherstartactions.h.
TeacherStartActions::TeacherStartActions | ( | QWidget * | parent = 0 |
) |
Definition at line 3 of file teacherstartactions.cpp.
void TeacherStartActions::closeFile | ( | ) | [signal] |
void TeacherStartActions::newFile | ( | ) | [signal] |
void TeacherStartActions::openFile | ( | ) | [signal] |
void TeacherStartActions::setProjectOpen | ( | bool | state | ) | [virtual] |
void TeacherStartActions::showHelp | ( | ) | [signal] |