SophiaFramework UNIVERSE 5.3 |
The SFXTableItemBase is an abstract class which represents an item [row] of a table model.
This class provides the interfaces for accessing the item [row].
Constructor/Destructor |
---|
~SFXTableItemBase( Void ) Destructor of the SFXTableItemBase class.
|
Public Functions | |
---|---|
SFXTableItemBasePtr |
Clone( Void ) Clone the item [row].
|
SFXAnyPtr |
GetColumn(
SInt32 col
) Get the cell object specified by the column index.
|
SInt32 |
GetColumnLength( Void ) Get the number of the item columns.
|
[ public, virtual ] ~SFXTableItemBase(Void);
This destructor does nothing.
[ public, pure-virtual, const ] SFXTableItemBasePtr Clone(Void);
Pointer to the cloned item [row].
This function is a pure virtual function.
Pointer to the cell object which is specified by the column index.
This function is a pure virtual function.
[ public, pure-virtual, const ] SInt32 GetColumnLength(Void);
Number of item columns.
This function is a pure virtual function.
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |