#include <Pen.h>
List of all members.
Detailed Description
Definition at line 25 of file Pen.h.
Constructor & Destructor Documentation
aswang::Pen::Pen |
( |
| ) |
[inline] |
Definition at line 28 of file Pen.h.
aswang::Pen::Pen |
( |
HPEN |
nhp | ) |
[inline] |
Definition at line 29 of file Pen.h.
aswang::Pen::Pen |
( |
int |
style, |
|
|
int |
width, |
|
|
COLORREF |
cf |
|
) |
| [inline] |
Definition at line 30 of file Pen.h.
aswang::Pen::Pen |
( |
int |
width, |
|
|
COLORREF |
cf |
|
) |
| [inline] |
Definition at line 31 of file Pen.h.
aswang::Pen::Pen |
( |
COLORREF |
cf | ) |
[inline] |
Definition at line 32 of file Pen.h.
virtual aswang::Pen::~Pen |
( |
| ) |
[inline, virtual] |
Definition at line 33 of file Pen.h.
Member Function Documentation
void Pen::Create |
( |
int |
style, |
|
|
int |
width, |
|
|
COLORREF |
cf |
|
) |
| [virtual] |
virtual void aswang::Pen::Create |
( |
int |
width, |
|
|
COLORREF |
cf |
|
) |
| [inline, virtual] |
Definition at line 37 of file Pen.h.
virtual void aswang::Pen::Create |
( |
COLORREF |
cf | ) |
[inline, virtual] |
Definition at line 38 of file Pen.h.
void Pen::Delete |
( |
| ) |
[virtual] |
COLORREF Pen::GetColor |
( |
| ) |
[virtual] |
LOGPEN Pen::GetObjectInfo |
( |
| ) |
[virtual] |
unsigned int Pen::GetStyle |
( |
| ) |
[virtual] |
POINT Pen::GetWidth |
( |
| ) |
[virtual] |
virtual aswang::Pen::operator bool const |
( |
| ) |
[inline, virtual] |
Definition at line 44 of file Pen.h.
virtual aswang::Pen::operator HPEN |
( |
| ) |
const [inline, virtual] |
Definition at line 47 of file Pen.h.
const Pen & Pen::operator= |
( |
const HPEN |
nhp | ) |
[virtual] |
const Pen & Pen::operator= |
( |
const COLORREF |
cf | ) |
[virtual] |
The documentation for this class was generated from the following files: