Public Member Functions | |
CP_Pattern () | |
CP_Pattern (const CP_Pattern &inPattern) | |
CP_Pattern (SInt16 inPatternID) | |
virtual | ~CP_Pattern () |
bool | operator== (const CP_Pattern &inColor) const |
bool | operator!= (const CP_Pattern &inColor) const |
CP_Pattern & | operator= (const CP_Pattern &inColor) |
CP_Pattern (Pattern *inPattern) | |
Pattern * | GetOSPattern () |
PixPatHandle | GetPixPatHandle () |
void | LoadPattern (SInt16 inID, SInt16 inIndex) |
void | Set (Pattern *inPattern) |
HBRUSH | GetOSPattern () |
Protected Attributes | |
Pattern | fMacOSPattern |
PixPatHandle | fMacOSPatternHandle |
HBRUSH | fPatternBrush |
|
Constructor. |
|
Copy constructor.
|
|
Constructor.
|
|
Destructor. |
|
Constructor from a MacOS Pattern.
|
|
Equality operator.
|
|
Inequality operator.
|
|
Assignment operator.
|
|
Return the MacOS black and white pattern. |
|
Return the MacOS color pattern. |
|
Load the specified pattern. This is simply a call to GetIndPattern.
|
|
Copy the passed in MacOS Pattern.
|
|
Return a Windows HBRUSH containing the pattern. |
|
A MacOS black and white pattern. |
|
A MacOS color pattern. |
|
A Windows pattern brush containing the pattern. |