#include <SHGCOORD.H>
Link against:
sheng.lib
This item is not part of the S60 5th Edition SDK
Interface status: |
deprecated |
|
class TShgCellRef;
Description
A cell reference, specifying a cell's row and column, in either absolute or relative terms.
Members
Defined in TShgCellRef
:
Construction and destruction
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TShgCellRef();
Description
Default constructor.
TShgCellRef(TInt,TInt,TInt)
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TShgCellRef(TInt aRow, TInt aCol, TInt aWorkSheetNo);
Description
Constructor, specifying absolute cell position.
Parameters
TInt aRow |
Cell row
|
TInt aCol |
Cell column
|
TInt aWorkSheetNo |
Cell worksheet
|
|
TShgCellRef(const TShgCellRef &)
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TShgCellRef(const TShgCellRef &aCell);
Description
Constructor, copying another cell reference.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetRow(TInt aRow);
Description
Sets the cell row.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TInt Row() const;
Description
Gets the cell row.
Return value
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetCol(TInt aCol);
Description
Sets the cell column.
Parameters
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TInt Col() const;
Description
Gets the cell column.
Return value
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetRowCol(TInt aRow, TInt aCol);
Description
Sets the cell row and column.
Parameters
TInt aRow |
Cell row
|
TInt aCol |
Cell column
|
|
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetWorkSheetNo(TInt aWorkSheetNo);
Description
Sets the cell worksheet.
Parameters
TInt aWorkSheetNo |
Cell worksheet
|
|
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TInt WorkSheetNo() const;
Description
Gets the cell worksheet.
Return value
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TCellRef AsCellRef() const;
Description
Gets the cell reference converted to a Grid API cell reference.
Return value
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TBool IsAbs() const;
Description
Tests if the reference is absolute.
Return value
TBool
|
True if the reference is absolute
|
|
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TBool IsRowAbs() const;
Description
Tests if the row setting is absolute.
Return value
TBool
|
True if the row setting is absolute
|
|
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TBool IsColAbs() const;
Description
Tests if the column setting is absolute.
Return value
TBool
|
True if the column setting is absolute
|
|
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetRowRel();
Description
Sets the row setting to be relative.
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetRowAbs();
Description
Sets the row setting to be absolute.
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetColRel();
Description
Sets the column setting to be relative.
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetColAbs();
Description
Sets the column setting to be absolute.
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetWorkSheetExplicit();
Description
Sets a flag indicating that a worksheet has been set for the cell.
SetWorkSheetNotExplicit()
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline void SetWorkSheetNotExplicit();
Description
Sets a flag indicating that a worksheet has not been set for the cell.
IsWorkSheetExplicit()const
Interface status: |
deprecated |
Inherited from: TShgCellRef |
inline TBool IsWorkSheetExplicit() const;
Description
Tests if a worksheet has been set for the cell.
Return value
TBool
|
True if a worksheet has been set for the cell
|
|
Externalize(CBufBase *)const
Interface status: |
deprecated |
Inherited from: TShgCellRef |
IMPORT_C void Externalize(CBufBase *aBuf) const;
Description
Externalises the object to a dynamic buffer.
Parameters
Externalize(TDes8 &)const
Interface status: |
deprecated |
Inherited from: TShgCellRef |
IMPORT_C void Externalize(TDes8 &aDes) const;
Description
Externalises the object to a descriptor.
Parameters
TDes8 &aDes |
Descriptor to write to
|
|
Internalize(const TUint8 *)
Interface status: |
deprecated |
Inherited from: TShgCellRef |
IMPORT_C TInt Internalize(const TUint8 *aPtr);
Description
Internalises the object from raw memory.
Parameters
const TUint8 *aPtr |
Pointer to memory to read
|
|
Return value
Interface status: |
deprecated |
Inherited from: TShgCellRef |
n/a
Description
Constant definition.
EAbsoluteIndicator |
Character to use in string references to indicate an absolute reference.
|
|