All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PluginSourceWriter.cpp File Reference

This class is used to create the source files for the new plugin builded. More...

#include "PluginSourceWriter.h"
#include "../../../../common/Version.h"
#include "../../../../common/StringUtils.h"
#include <cstdlib>
#include <iostream>
#include <ctime>

Go to the source code of this file.

Macros

#define PLUGIN_CONFIG_FILE_NAME   "Config.h"
 
#define PLUGIN_CPP_FILE_NAME   "Plugin.cpp"
 
#define PLUGIN_H_FILE_NAME   "Plugin.h"
 

Detailed Description

This class is used to create the source files for the new plugin builded.

Definition in file PluginSourceWriter.cpp.

Macro Definition Documentation

#define PLUGIN_CONFIG_FILE_NAME   "Config.h"
#define PLUGIN_CPP_FILE_NAME   "Plugin.cpp"
#define PLUGIN_H_FILE_NAME   "Plugin.h"