21
edits
Changes
→IO_Field
</pre></big>
===Construcotr===
'''IO_Field(int row, int col, void* data = (void*)0);'''
====data()====
'''void* data();'''
Returns the value of the data attribute.====getRow()===='''int getRow(void* Data()const;'''*if '''_owner''' NULL, it returns the _row attribute*if '''_owner''' is not NULL it returns the sum of _row and _owner->getTop(); (see IO_Frame for getTop())====getCol()====
===Destructor===
'''virtual ~IOField();'''
An empty destructor (the body of the method is blank)
===Pure Virtual Methods===
'''virtual void Display() = 0;'''<br />
'''virtual int Edit(IO_Form* Owner=NULL)= 0;'''<br />