class CParsedMethod
|
This object is the general abstraction for a method that
has been parsed by the classparser. More... |
|
|
Public Methods
Public Members
This object is the general abstraction for a method that
has been parsed by the classparser.
CParsedMethod ()
| CParsedMethod |
~CParsedMethod ()
| ~CParsedMethod |
| QList arguments
| arguments |
| bool isConstructor
| isConstructor |
| bool isDestructor
| isDestructor |
void addArgument ( CParsedArgument *anArg )
| addArgument |
void setIsVirtual ( bool aState = true )
| setIsVirtual |
Set the status if this is a virtual method.
Parameters:
void setIsPure ( bool aState = true )
| setIsPure |
Set the status if this is a pure virtual method.
Parameters:
void setIsSlot ( bool aState = true )
| setIsSlot |
Set the status if this is a slot.
Parameters:
void setIsSignal ( bool aState = true )
| setIsSignal |
Set the status if this is a signal.
Parameters:
void setIsConstructor ( bool aState = true )
| setIsConstructor |
Set this method as a constructor.
Parameters:
void setIsDestructor ( bool aState = true )
| setIsDestructor |
Set this method as a destructor.
Parameters:
QString asString ( QString &str )
| asString |
Reimplemented from CParsedAttribute.
Reimplemented from CParsedAttribute.
void asHeaderCode ( QString &str )
| asHeaderCode |
[virtual]
Make this object a copy of the supplied object.
/** Return this methods' header code.
Parameters:
| aMethod | Method to copy. */
virtual void copy( CParsedMethod *aMethod );
|
Reimplemented from CParsedAttribute.
void asCppCode ( QString &buf )
| asCppCode |
QString asPersistantString ( QString &dataStr )
| asPersistantString |
[virtual]
Reimplemented from CParsedAttribute.
Is the supplied method equal to this one
(regarding type, name and signature)?
Reimplemented from CParsedAttribute.
- Author: Jonas Nordin
- Generated: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54.