Lines Matching refs:Model
10 #include "tools/mdbviz/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 {
75 bool Model::isHierarchyPop(int index) const {
81 void Model::setCurOp(int curOp) {
92 void Model::drawTo(int index) {
108 void Model::resetOpsTask() {