Converter Class Reference
List of all members.
|
Public Member Functions |
| | Converter (BPositionIO *inSource, BMessage *ioExtension, BPositionIO *outDestination) |
| status_t | ConvertNode2CPP () |
| status_t | ConvertCPP2Node () |
| status_t | ConvertPDoc2make () |
| status_t | Convertmake2PDoc () |
| | Converter (BPositionIO *inSource, BMessage *ioExtension, BPositionIO *outDestination) |
| status_t | ConvertPDoc2FreeMind () |
| status_t | ConvertFreeMind2PDoc () |
Protected Member Functions |
| status_t | WriteConnection (BMessage *connection) |
| status_t | FindConnections (BMessage *node) |
| TiXmlElement | ProcessNode (BMessage *node) |
| BMessage * | GuessStartNode (void) |
| status_t | CreateNode (BMessage *nodeS, BMessage *connectionS, TiXmlElement *parent, int32 level, int32 line) |
| status_t | CreateConnection (BMessage *connectionS, TiXmlElement *start, TiXmlElement *end) |
| int32 | GetID (const char *idString) |
| int32 | GetRGB (const char *rgbString) |
Protected Attributes |
| BPositionIO * | in |
| BMessage * | config |
| BPositionIO * | out |
| BList * | doneNode |
| BList * | doneConnection |
| BMessage * | allConnections |
| BMessage * | allNodes |
| BMessage * | selected |
| BMessage * | commandManager |
| set< int32 > | processedIDs |
| map< int32, BMessage * > | nodes |
| map< int32, BMessage * > | connections |
| BRect | middel |
Constructor & Destructor Documentation
| Converter::Converter |
( |
BPositionIO * |
inSource, |
|
|
BMessage * |
ioExtension, |
|
|
BPositionIO * |
outDestination | |
|
) |
| | |
| Converter::Converter |
( |
BPositionIO * |
inSource, |
|
|
BMessage * |
ioExtension, |
|
|
BPositionIO * |
outDestination | |
|
) |
| | |
Member Function Documentation
| status_t Converter::ConvertCPP2Node |
( |
|
) |
|
| status_t Converter::ConvertFreeMind2PDoc |
( |
|
) |
|
| status_t Converter::Convertmake2PDoc |
( |
|
) |
|
| status_t Converter::ConvertNode2CPP |
( |
|
) |
|
| status_t Converter::ConvertPDoc2FreeMind |
( |
|
) |
|
| status_t Converter::ConvertPDoc2make |
( |
|
) |
|
| status_t Converter::CreateNode |
( |
BMessage * |
nodeS, |
|
|
BMessage * |
connectionS, |
|
|
TiXmlElement * |
parent, |
|
|
int32 |
level, |
|
|
int32 |
line | |
|
) |
| | [protected] |
| status_t Converter::FindConnections |
( |
BMessage * |
node |
) |
[protected] |
| int32 Converter::GetID |
( |
const char * |
idString |
) |
[protected] |
| int32 Converter::GetRGB |
( |
const char * |
rgbString |
) |
[protected] |
| BMessage * Converter::GuessStartNode |
( |
void |
|
) |
[protected] |
| TiXmlElement Converter::ProcessNode |
( |
BMessage * |
node |
) |
[protected] |
| status_t Converter::WriteConnection |
( |
BMessage * |
connection |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following files: