ValueFunctionSS_SlimBlip Class Reference

#include <valfunc.h>

Inheritance diagram for ValueFunctionSS_SlimBlip:

ValueFunctionSmoothStroke ValueFunction ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 ValueFunctionSS_SlimBlip (double newValue1y=0.0, double newValue2x=0.15, double newValue2y=1.2, double newValue3x=0.85, double newValue3y=1.2, double newValue4y=0.0)
virtual ValueFunctionClone (void)
virtual ValueFunctionSmoothStrokeCreateInstance (void)
virtual ValueFunctionID GetUniqueID (void)

Static Public Attributes

static bool bMadeTable = false

Private Member Functions

 CC_DECLARE_DYNAMIC (ValueFunctionSS_SlimBlip)

Detailed Description

Definition at line 1158 of file valfunc.h.


Constructor & Destructor Documentation

ValueFunctionSS_SlimBlip::ValueFunctionSS_SlimBlip double  newValue1y = 0.0,
double  newValue2x = 0.15,
double  newValue2y = 1.2,
double  newValue3x = 0.85,
double  newValue3y = 1.2,
double  newValue4y = 0.0
[inline]
 

Definition at line 1163 of file valfunc.h.

01164         :   ValueFunctionSmoothStroke(newValue1y, newValue2x, newValue2y, newValue3x, newValue3y, newValue4y) { if (!bMadeTable) { MakeTable(); bMadeTable = true; } };


Member Function Documentation

ValueFunctionSS_SlimBlip::CC_DECLARE_DYNAMIC ValueFunctionSS_SlimBlip   )  [private]
 

virtual ValueFunction* ValueFunctionSS_SlimBlip::Clone void   )  [inline, virtual]
 

Implements ValueFunction.

Definition at line 1166 of file valfunc.h.

01166 { ValueFunction *pClone = new ValueFunctionSS_SlimBlip(Value1y, Value2x, Value2y, Value3x, Value3y, Value4y); return(pClone); };

virtual ValueFunctionSmoothStroke* ValueFunctionSS_SlimBlip::CreateInstance void   )  [inline, virtual]
 

Author:
Priestley (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/10/2000
Returns:
NULL if it failed, else a pointer to new ValueFunctionSmoothStroke object of the same type as "this" one.

Reimplemented from ValueFunctionSmoothStroke.

Definition at line 1167 of file valfunc.h.

01167 { return(new ValueFunctionSS_SlimBlip); };

virtual ValueFunctionID ValueFunctionSS_SlimBlip::GetUniqueID void   )  [inline, virtual]
 

Implements ValueFunction.

Definition at line 1168 of file valfunc.h.

01168 { return(ValueFunctionID_SS_SlimBlip); };


Member Data Documentation

bool ValueFunctionSS_SlimBlip::bMadeTable = false [static]
 

Definition at line 1168 of file valfunc.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:02:53 2007 for Camelot by  doxygen 1.4.4