Lines Matching defs:Model
10 #include "Model.h"
18 Model::Model() : fCurOp(0) {
23 Model::~Model() {
27 Model::ErrorCode Model::load(const char* filename) {
54 const char* Model::ErrorString(ErrorCode err) {
64 const char* Model::getOpName(int index) const {
68 bool Model::isHierarchyPush(int index) const {
76 bool Model::isHierarchyPop(int index) const {
83 void Model::setCurOp(int curOp) {
94 void Model::drawTo(int index) {
110 void Model::resetOpList() {