#include <string>
#include <ctime>
#include <vector>
Go to the source code of this file.
Classes | |
class | FTAPI::FormData |
Encapsulates the data of one form. More... | |
class | FTAPI::FormDialog |
Encapsulates the dialog for filling in the data. More... | |
Namespaces | |
namespace | FTAPI |
Defines | |
#define | FTAPI_EXPORT __declspec(dllimport) |
Enumerations | |
enum | FTAPI::Language { FTAPI::Czech, FTAPI::English } |
Enumerates all supported languages by the FormTools API. More... | |
Functions | |
void FTAPI_EXPORT | FTAPI::initialize (Language language, int &argc, char **argv) |
Initializes the library. |
#define FTAPI_EXPORT __declspec(dllimport) |