22 #ifndef _IMPORTMODULE_H 
   23 #define _IMPORTMODULE_H 
   25 #include <tulip/Plugin.h> 
   32 static const std::string IMPORT_CATEGORY = 
"Import";
 
   53       assert(algoritmContext != NULL);
 
   54       graph = algoritmContext->
graph;
 
   56       dataSet = algoritmContext->
dataSet;
 
   60   virtual std::list<std::string> fileExtensions()
 const {
 
   61     return std::list<std::string>();
 
   64   virtual std::string getGroup()
 const {
 
   68   virtual std::string category()
 const {
 
   69     return IMPORT_CATEGORY;
 
   71   std::string icon()
 const {
 
   72     return ":/tulip/gui/icons/32/plugin_import_export.png";
 
   90   PluginProgress *pluginProgress;