26 #ifndef __TERRALIB_PLUGIN_INTERNAL_PLUGIN_H 
   27 #define __TERRALIB_PLUGIN_INTERNAL_PLUGIN_H 
   56         bool isStarted() 
const;
 
   59         virtual void startup();
 
   62         virtual void shutdown();
 
   97 #endif  // __TERRALIB_PLUGIN_INTERNAL_PLUGIN_H 
bool m_initialized
A flag that indicates if the plugin was started or not. 
 
An abstract class for TerraLib Plugins. 
 
Configuration flags for the TerraLib Plugin module. 
 
An abstract class for TerraLib Plugins. 
 
A base class for plugin types. 
 
PluginInfo m_pluginInfo
Information about the plugin. 
 
#define TEPLUGINEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The basic information about a plugin. 
 
The basic information about a plugin.