#include <BON2Component.h>
Public Member Functions | |
MyVisitor (CPrintDlg *pDlg) | |
void | visitObjectImpl (const Object &object) |
void | visitFCOImpl (const FCO &object) |
void | visitAtomImpl (const Atom &atom) |
void | visitModelImpl (const Model &model) |
Definition at line 201 of file Paradigms/SF/BON2SFSample/BON2Component.h.
BON::MyVisitor::MyVisitor | ( | CPrintDlg * | pDlg | ) |
Definition at line 325 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.
void BON::MyVisitor::visitAtomImpl | ( | const Atom & | atom | ) | [virtual] |
Reimplemented from BON::Visitor.
Definition at line 346 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.
void BON::MyVisitor::visitFCOImpl | ( | const FCO & | object | ) | [virtual] |
Reimplemented from BON::Visitor.
Definition at line 339 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.
void BON::MyVisitor::visitModelImpl | ( | const Model & | model | ) | [virtual] |
Reimplemented from BON::Visitor.
Definition at line 355 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.
void BON::MyVisitor::visitObjectImpl | ( | const Object & | object | ) | [virtual] |
Reimplemented from BON::Visitor.
Definition at line 331 of file Paradigms/SF/BON2SFSample/BON2Component.cpp.