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

tool.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002  *                                                                         *
00003  *   DrawPad - a drawing program for Opie Environment                      *
00004  *                                                                         *
00005  *   (C) 2002 by S. Prud'homme <prudhomme@laposte.net>                     *
00006  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  *                                                                         *
00012  ***************************************************************************/
00013 
00014 #include "tool.h"
00015 
00016 
00017 Tool::Tool(DrawPad* drawPad, DrawPadCanvas* drawPadCanvas)
00018     : QObject()
00019 {
00020     m_pDrawPad = drawPad;
00021     m_pDrawPadCanvas = drawPadCanvas;
00022 }
00023 
00024 Tool::~Tool()
00025 {
00026 }

Generated on Sat Nov 5 16:17:29 2005 for OPIE by  doxygen 1.4.2