Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

editor.cpp

Go to the documentation of this file.
00001 #include "mainwindow.h"
00002 
00003 #include "editor.h"
00004 
00005 using namespace Datebook;
00006 
00007 Editor::Editor( MainWindow* win, QWidget*)
00008     : m_win( win )
00009 {}
00010 Editor::~Editor() {
00011 
00012 }
00013 DescriptionManager Editor::descriptions()const {
00014     return m_win->descriptionManager();
00015 }
00016 LocationManager Editor::locations()const {
00017     return m_win->locationManager();
00018 }
00019 void Editor::setDescriptions( const DescriptionManager& dsc) {
00020     m_win->setDescriptionManager( dsc );
00021 }
00022 void Editor::setLocations( const LocationManager& loc) {
00023     m_win->setLocationManager( loc );
00024 }

Generated on Sat Nov 5 16:15:49 2005 for OPIE by  doxygen 1.4.2