#include <sim3DPortDef.h>
Public Member Functions | |
APORTDEF (APORTDEF *liste, char *name, SetValueProc svp) | |
Private Attributes | |
APORTDEF * | Prev |
char * | Name |
SetValueProc | SetValue |
Friends | |
class | SIM3DElement |
Definition at line 35 of file sim3DPortDef.h.
APORTDEF::APORTDEF | ( | APORTDEF * | liste, | |
char * | name, | |||
SetValueProc | svp | |||
) |
friend class SIM3DElement [friend] |
Definition at line 37 of file sim3DPortDef.h.
char* APORTDEF::Name [private] |
Definition at line 40 of file sim3DPortDef.h.
Referenced by SIM3DElement::ActorPortName(), APORTDEF(), and SIM3DElement::GetActorPort().
APORTDEF* APORTDEF::Prev [private] |
Definition at line 39 of file sim3DPortDef.h.
Referenced by SIM3DElement::ActorPortCount(), SIM3DElement::ActorPortName(), APORTDEF(), SIM3DElement::GetActorPort(), and SIM3DElement::SetActorValue().
SetValueProc APORTDEF::SetValue [private] |
Definition at line 41 of file sim3DPortDef.h.
Referenced by APORTDEF(), and SIM3DElement::SetActorValue().