Changes

Jump to: navigation, search

Coding Stars 20121 - OOP344

260 bytes added, 18:45, 6 March 2012
R0.2 CDialog.cpp file constructors, destructors and draw.
</pre>
=== R0.2 Part 2 - CDialog.cpp file constructors, destructors and draw. ===
* assigned to Agron Danushi
* being done by Agron Danushi
* status '''DONE'''
<pre>
CDialog(CFrame *Container = (CFrame*)0,
int Row = -1, int Col = -1,
int Width = -1, int Height = -1,
bool Borderd = false,
const char* Border=C_BORDER_CHARS);
virtual ~CDialog();
void draw(int fn = C_FULL_FRAME);
</pre>
=== R0.2 CDialog.cpp file operator[] and curField()functions. ===

Navigation menu