Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20112

14 bytes added, 18:27, 16 August 2011
CLineEdit
void draw(int Refresh = C_FULL_FRAME);
</syntaxhighlight></big>
It will first call Frame's draw passing '''Refresh'''as an argument to it.<br />
Then it will make a direct call to iol_display to show the data kept in Field's '''_data'''.<br />
The values used for the arguments of iol_display are:
cc -c iol.c
cframe.o: cframe.cpp cframe.h cghiolgh.h
c++ -c cframe.cpp
cfield.o: cfield.cpp cfield.h cghiolgh.h cframe.h
c++ -c cfield.cpp
cdialog.o: cdialog.cpp cdialog.h cfield.h cghiolgh.h cframe.h
c++ -c cdialog.cpp
clabel.o: clabel.cpp clabel.h cfield.h cframe.h cghiolgh.h
c++ -c clabel.cpp
clineedit.o: clineedit.cpp clineedit.h cfield.h cframe.h cghiolgh.h
c++ -c clineedit.cpp
Test3DialogAndLineEdit.o: Test3DialogAndLineEdit.cpp clineedit.h clabel.h cdialog.h cfield.h cframe.h cghiolgh.h
c++ -c Test3DialogAndLineEdit.cpp
</pre></big>
 
==Test 4 (Button)==
<big><pre>
1
edit

Navigation menu