class CParsedStruct
|
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. More... |
|
|
Public Methods
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. *
*
*************************************************************************
CParsedStruct ()
| CParsedStruct |
~CParsedStruct ()
| ~CParsedStruct |
QString asPersistantString ( QString & )
| asPersistantString |
[virtual]
Return a string made for persistant storage.
Parameters:
| str | String to store the result in.
|
Returns: Pointer to str.
Reimplemented from CParsedContainer.
int fromPersistantString ( const char *, int)
| fromPersistantString |
[virtual]
Initialize the object from a persistant string.
Parameters:
| str | String to initialize from.
|
| startPos | Position(0-based) at which to start.
|
Reimplemented from CParsedContainer.
[virtual]
Reimplemented from CParsedContainer.
| Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54. |