

Classes | |
| class | Converter |
Defines | |
| #define | P_C_FREEMIND_TYPE 'free' |
Variables | |
| const int32 | X_START = 500 |
| const int32 | Y_START = 500 |
| const int32 | NODE_WIDTH = 150 |
| const int32 | NODE_HEIGHT = 100 |
| char | translatorName [] = "FreeMindTranslator" |
| char | translatorInfo [] = "Read and write FreeMind data" |
| int32 | translatorVersion = 10 |
| translation_format | inputFormats [] |
| translation_format | outputFormats [] |
| #define P_C_FREEMIND_TYPE 'free' |
| translation_format inputFormats[] |
Initial value:
{
{ P_C_DOCUMENT_RAW_TYPE, B_TRANSLATOR_NONE, 0.4, 0.8, P_C_DOCUMENT_MIMETYPE, "ProjectConceptor RAW Document" },
{ P_C_FREEMIND_TYPE, B_TRANSLATOR_TEXT, 0.4, 0.8, "text/xml", "FreeMind" },
{ 0, 0, 0, 0, "\0", "\0" }
}
| const int32 NODE_HEIGHT = 100 |
| const int32 NODE_WIDTH = 150 |
| translation_format outputFormats[] |
Initial value:
{
{ P_C_DOCUMENT_RAW_TYPE, B_TRANSLATOR_NONE, 0.4, 0.8, P_C_DOCUMENT_MIMETYPE, "ProjectConceptor RAW Document" },
{ P_C_FREEMIND_TYPE, B_TRANSLATOR_TEXT, 0.4, 0.8, "text/xml", "FreeMind" },
{ 0, 0, 0, 0, "\0", "\0" }
}
| char translatorInfo[] = "Read and write FreeMind data" |
| char translatorName[] = "FreeMindTranslator" |
| int32 translatorVersion = 10 |
| const int32 X_START = 500 |
| const int32 Y_START = 500 |
1.5.9