IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
CIccOpDefInvalid Class Reference
+ Inheritance diagram for CIccOpDefInvalid:
+ Collaboration diagram for CIccOpDefInvalid:

Public Member Functions

virtual int ArgsPushed (CIccMpeCalculator *pCalc, SIccCalcOp &op)
 
virtual int ArgsUsed (CIccMpeCalculator *pCalc, SIccCalcOp &op)
 
virtual void Describe (SIccCalcOp &op, std::string &desc, int nVerboseness)
 
virtual bool Exec (SIccCalcOp *op, SIccOpState &os)
 
virtual bool IsValid (CIccMpeCalculator *pCalc, SIccCalcOp &op)
 

Detailed Description

Member Function Documentation

◆ ArgsPushed()

virtual int IIccOpDef::ArgsPushed ( CIccMpeCalculator pCalc,
SIccCalcOp op 
)
inlinevirtualinherited
297{ return op.ArgsPushed(pCalc);}
icUInt16Number ArgsPushed(CIccMpeCalculator *pCalc)
Definition IccMpeCalc.cpp:2354

References SIccCalcOp::ArgsPushed().

+ Here is the call graph for this function:

◆ ArgsUsed()

virtual int IIccOpDef::ArgsUsed ( CIccMpeCalculator pCalc,
SIccCalcOp op 
)
inlinevirtualinherited
298{ return op.ArgsUsed(pCalc);}
icUInt16Number ArgsUsed(CIccMpeCalculator *pCalc)
Definition IccMpeCalc.cpp:2222

References SIccCalcOp::ArgsUsed().

+ Here is the call graph for this function:

◆ Describe()

virtual void IIccOpDef::Describe ( SIccCalcOp op,
std::string &  desc,
int  nVerboseness 
)
inlinevirtualinherited
300{op.Describe(desc, nVerboseness);}
void Describe(std::string &desc, int nVerboseness=100)
Definition IccMpeCalc.cpp:1787

References SIccCalcOp::Describe().

+ Here is the call graph for this function:

◆ Exec()

virtual bool CIccOpDefInvalid::Exec ( SIccCalcOp op,
SIccOpState os 
)
inlinevirtual

Reimplemented from IIccOpDef.

215 {
216 if (g_pDebugger)
217 {
218 std::string opDesc;
219 op->Describe(opDesc, 100); // TODO - propogate nVerboseness
220 std::string line = "Unknown operator: ";
221 line += opDesc;
222 g_pDebugger->Error(line.c_str());
223 }
224 return false;
225 }
static IIccCalcDebugger * g_pDebugger
Definition IccMpeCalc.cpp:154
virtual void Error(const char *msg)=0

References SIccCalcOp::Describe(), IIccCalcDebugger::Error(), and g_pDebugger.

+ Here is the call graph for this function:

◆ IsValid()

virtual bool CIccOpDefInvalid::IsValid ( CIccMpeCalculator pCalc,
SIccCalcOp op 
)
inlinevirtual

Reimplemented from IIccOpDef.

213{ return false; }

The documentation for this class was generated from the following file: