Class hierarchy   Compound list   File list   Compound Members   File Members  

FunctionElement Class Reference

List of all members.

Public Members

Protected Members


Member Function Documentation

int FunctionElement::startLine()

int FunctionElement::defined()

int FunctionElement::virt()

int FunctionElement::protection()

int FunctionElement::readonly()

QString* FunctionElement::prototype()

QString* FunctionElement::source()

QString* FunctionElement::baseinit()

int FunctionElement::operator==(FunctionElement &rhs)

void FunctionElement::clear()

void FunctionElement::setStartLine(int x)

void FunctionElement::setPrototype(char *p)

void FunctionElement::setBaseinit(char *p)

void FunctionElement::setSource(char *p)

void FunctionElement::appendSource(char *p)

void FunctionElement::setReadonly(int x)

void FunctionElement::setVirt(int x)

void FunctionElement::setProtection(int x)

void FunctionElement::setDefined(int x)

FunctionElement::FunctionElement(char *memb, char *bi="", char *src="", int vrt=1, int mod=1, int d=1)

FunctionElement::FunctionElement(FunctionElement &e)

FunctionElement::FunctionElement()


Member Data Documentation

int FunctionElement::_defined [protected]

int FunctionElement::_virt [protected]

int FunctionElement::_protection [protected]

int FunctionElement::_readonly [protected]

int FunctionElement::_startLine [protected]

QString FunctionElement::_prototype [protected]

QString FunctionElement::_source [protected]

QString FunctionElement::_baseinit [protected]


The documentation for this class was generated from the following file:
Generated at Sun Apr 11 18:58:26 1999 for QtEZ_DB by doxygen  written by Dimitri van Heesch, © 1997-1998