GME
13
|
#include <GUIObject.h>
Public Member Functions | |
CGuiConnectionLabelSet () | |
virtual | ~CGuiConnectionLabelSet () |
void | SetLabel (int index, const CString &label) |
void | SetLocation (int index, const CPoint &endPoint, const CPoint &nextPoint, const CRect &box) |
void | Draw (Gdiplus::Graphics *gdip, COLORREF color, CGuiConnection *conn) |
CPoint | GetLocation (int index) const |
int | GetAlignment (int index) const |
CString | GetLabel (int index) const |
Definition at line 407 of file GUIObject.h.
Definition at line 2312 of file GUIObject.cpp.
CGuiConnectionLabelSet::~CGuiConnectionLabelSet | ( | ) | [virtual] |
Definition at line 2321 of file GUIObject.cpp.
void CGuiConnectionLabelSet::Draw | ( | Gdiplus::Graphics * | gdip, |
COLORREF | color, | ||
CGuiConnection * | conn | ||
) |
Definition at line 2339 of file GUIObject.cpp.
int CGuiConnectionLabelSet::GetAlignment | ( | int | index | ) | const |
Definition at line 2353 of file GUIObject.cpp.
CString CGuiConnectionLabelSet::GetLabel | ( | int | index | ) | const |
Definition at line 2361 of file GUIObject.cpp.
CPoint CGuiConnectionLabelSet::GetLocation | ( | int | index | ) | const |
Definition at line 2345 of file GUIObject.cpp.
void CGuiConnectionLabelSet::SetLabel | ( | int | index, |
const CString & | label | ||
) |
Definition at line 2325 of file GUIObject.cpp.
void CGuiConnectionLabelSet::SetLocation | ( | int | index, |
const CPoint & | endPoint, | ||
const CPoint & | nextPoint, | ||
const CRect & | box | ||
) |
Definition at line 2332 of file GUIObject.cpp.