#include <Message.h>
Collaboration diagram for Part:
Public Types | |
enum | PartRefType { None, Elem, Type } |
Public Member Functions | |
Part (const std::string n) | |
~Part () | |
PartRefType | refType () const |
std::string | name () const |
int | type () const |
const Element * | element () const |
int | schemaId () const |
void | setPartType (int typeId, int schema) |
void | setPartElement (const Element *e, int schema) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|