GME
13
|
#include <GUIObject.h>
Public Member Functions | |
CGuiConnectionLabel () | |
virtual | ~CGuiConnectionLabel () |
void | SetLabel (const CString &l) |
void | SetPrimary (bool prim) |
void | SetLocation (const CPoint &endPoint, const CPoint &nextPoint, const CRect &box) |
void | Draw (Gdiplus::Graphics *gdip, COLORREF color, CGuiConnection *conn) |
CPoint | GetLocation (void) const |
int | GetAlignment (void) const |
CString | GetLabel (void) const |
Definition at line 389 of file GUIObject.h.
Definition at line 2175 of file GUIObject.cpp.
CGuiConnectionLabel::~CGuiConnectionLabel | ( | ) | [virtual] |
Definition at line 2181 of file GUIObject.cpp.
void CGuiConnectionLabel::Draw | ( | Gdiplus::Graphics * | gdip, |
COLORREF | color, | ||
CGuiConnection * | conn | ||
) |
Definition at line 2270 of file GUIObject.cpp.
int CGuiConnectionLabel::GetAlignment | ( | void | ) | const |
Definition at line 2300 of file GUIObject.cpp.
CString CGuiConnectionLabel::GetLabel | ( | void | ) | const |
Definition at line 2305 of file GUIObject.cpp.
CPoint CGuiConnectionLabel::GetLocation | ( | void | ) | const |
Definition at line 2295 of file GUIObject.cpp.
void CGuiConnectionLabel::SetLabel | ( | const CString & | l | ) |
Definition at line 2185 of file GUIObject.cpp.
void CGuiConnectionLabel::SetLocation | ( | const CPoint & | endPoint, |
const CPoint & | nextPoint, | ||
const CRect & | box | ||
) |
Definition at line 2195 of file GUIObject.cpp.
void CGuiConnectionLabel::SetPrimary | ( | bool | prim | ) |
Definition at line 2190 of file GUIObject.cpp.