|
|
* 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. * * *************************************************************************
| CClassTreeNode ()
| CClassTreeNode |
| ~CClassTreeNode ()
| ~CClassTreeNode |
| QString name | name |
| CParsedClass * theClass | theClass |
| QList<CClassTreeNode> children | children |
| bool isInSystem | isInSystem |
| void setName ( const char *aName )
| setName |
| void setClass ( CParsedClass *aClass )
| setClass |
| void setIsInSystem ( bool aState )
| setIsInSystem |
| void addChild ( CClassTreeNode *aChild )
| addChild |
| void out ()
| out |
| int width ()
| width |
| Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54. |