Changes

Jump to: navigation, search

Team Excellence - oop344 20113

191 bytes added, 16:12, 15 October 2011
R0.2 Task Assignments
virtual bool editable() const = 0;
virtual void set(const void* data) = 0;
virtual void* data(); /* Chad */
void container(cdialog* thecontainer);
cdialog* container();
Clabel(Int Row, Int Col, Int Len);
~Clabel();
void Draw(Int Fn=C_no_frame) ;
int Edit();
 
/* Jitender */
bool Editable()Const;
void Set(Const Void* Str);
</syntaxhighlight>
'''JitenderChad:'''
<syntaxhighlight lang="cpp">
CDialog(CFrame *Container = (CFrame*)0, int Row = -1, int Col = -1,
void draw(int fn = C_FULL_FRAME);
int edit(int fn = C_FULL_FRAME);
</syntaxhighlight>
 
'''Jitender:'''
<syntaxhighlight lang="cpp">
int add(CField* field, bool dynamic = true);
int add(CField& field, bool dynamic = false);
CDialog& operator<<(CField* field);
CDialog& operator<<(CField& field);
</syntaxhighlight>
 
'''Chad:'''
<syntaxhighlight lang="cpp">
 
</syntaxhighlight>
'''Pavel:'''
<syntaxhighlight lang="cpp">
bool editable(); int fieldNum()const; int curIndex()const; CField& operator[](unsigned int index); CField& curField();
</syntaxhighlight>
1
edit

Navigation menu