The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

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

test_a.h

Go to the documentation of this file.
00001 //  Copyright (c) 2003 Institute of Transport, 
00002 //             Railway Construction and Operation, 
00003 //             University of Hanover, Germany
00004 //
00005 // Permission to copy, use, modify, sell and distribute this software is
00006 // granted provided this copyright notice appears in all copies. This
00007 // software is provided "as is" without express or implied warranty, and
00008 // with no claim as to its suitability for any purpose.
00009 
00010 
00011 #include <qobject.h>
00012 
00013 class TestA : public QObject
00014 {
00015     Q_OBJECT
00016 
00017 public:
00018 
00019     TestA();
00020     
00021     // Needed to suppress 'unused variable' varning.
00022     void do_something() { }
00023 };

Generated on Mon Nov 8 17:07:52 2004 for MPT by  doxygen 1.3.9.1