Definition at line 316 of file kfcurvenode.h.
#include <kfcurvenode.h>
Public Member Functions |
|
KFCurveNodeCandidateState () | |
~KFCurveNodeCandidateState () | |
void | Dump (int pLevel=0) |
void | SetCandidateTotalTime (KTime &pCandidateTime) |
void | SetCandidateSpecificTime (KTime &pCandidateTime) |
Protected Attributes |
|
int | mSpecificCandidateMethod |
int | mTotalCandidateMethod |
double | mCandidateTotalValue [KFCURVENODE_CANDIDATE_MAX_COUNT] |
KTime | mCandidateTotalTime |
double | mCandidateSpecificValue |
double | mFCurveValue |
KTime | mCandidateSpecificTime |
KFCurveNodeCandidateState * | mSubStates [KFCURVENODE_CANDIDATE_MAX_COUNT] |
KFCurveNodeCandidateState * | mLayerState |
int | mLayerID |
Friends |
|
class | KFCurveNode |
void Dump | ( | int | pLevel = 0 |
) |
void SetCandidateTotalTime | ( | KTime & | pCandidateTime | ) | [inline] |
Definition at line 324 of file kfcurvenode.h.
{ mCandidateTotalTime = pCandidateTime; };
void SetCandidateSpecificTime | ( | KTime & | pCandidateTime | ) | [inline] |
Definition at line 325 of file kfcurvenode.h.
{ mCandidateSpecificTime = pCandidateTime; };
friend class KFCurveNode
[friend] |
Definition at line 325 of file kfcurvenode.h.
int
mSpecificCandidateMethod [protected] |
Definition at line 330 of file kfcurvenode.h.
int
mTotalCandidateMethod [protected] |
Definition at line 331 of file kfcurvenode.h.
double
mCandidateTotalValue[KFCURVENODE_CANDIDATE_MAX_COUNT]
[protected] |
Definition at line 333 of file kfcurvenode.h.
KTime
mCandidateTotalTime [protected] |
Definition at line 334 of file kfcurvenode.h.
double
mCandidateSpecificValue [protected] |
Definition at line 336 of file kfcurvenode.h.
double
mFCurveValue [protected] |
Definition at line 337 of file kfcurvenode.h.
KTime
mCandidateSpecificTime [protected] |
Definition at line 338 of file kfcurvenode.h.
KFCurveNodeCandidateState*
mSubStates[KFCURVENODE_CANDIDATE_MAX_COUNT]
[protected] |
Definition at line 340 of file kfcurvenode.h.
KFCurveNodeCandidateState*
mLayerState [protected] |
Definition at line 341 of file kfcurvenode.h.
int
mLayerID [protected] |
Definition at line 342 of file kfcurvenode.h.