Hauptseite   Klassenhierarchie   Alphabetische Liste   Übersicht   Auflistung der Dateien   Elementübersicht  

PluginInfo.h

00001 /***************************************************************************
00002                        PluginInfo.h  -  description
00003                              -------------------
00004     begin                : Sat Jan 5 2002
00005     copyright            : (C) 2002 by Christian Tusche
00006     email                : christian.tusche@stud.uni-goettingen.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef _PLUGIN_INFO_H
00019 #define _PLUGIN_INFO_H
00020 
00021 #include "String.h"
00022 
00027 class PluginInfo {
00028 public:
00029     PluginInfo();
00030     ~PluginInfo();
00031 
00032     String Libname( void );
00033     void SetLibname( const String &name );
00034 
00035 private:    
00036     String lib_name;
00037 };
00038 
00039 #endif

Erzeugt am Tue Dec 31 22:54:54 2002 für av_convert von doxygen1.2.9.1 geschrieben von Dimitri van Heesch, © 1997-2001