Qt 4.8
Public Functions | Public Variables | List of all members
MetaObjectGenerator::Method Struct Reference

Public Functions

 Method ()
 

Public Variables

int flags
 
QByteArray parameters
 
QByteArray realPrototype
 
QByteArray type
 

Detailed Description

Definition at line 1618 of file qaxbase.cpp.

Constructors and Destructors

◆ Method()

MetaObjectGenerator::Method::Method ( )
inline

Definition at line 1619 of file qaxbase.cpp.

1619  : flags(0)
1620  {}

Properties

◆ flags

int MetaObjectGenerator::Method::flags

Definition at line 1623 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addSignal(), and MetaObjectGenerator::addSlot().

◆ parameters

QByteArray MetaObjectGenerator::Method::parameters

Definition at line 1622 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addSignal(), and MetaObjectGenerator::addSlot().

◆ realPrototype

QByteArray MetaObjectGenerator::Method::realPrototype

Definition at line 1624 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addSignal(), and MetaObjectGenerator::addSlot().

◆ type

QByteArray MetaObjectGenerator::Method::type

Definition at line 1621 of file qaxbase.cpp.

Referenced by MetaObjectGenerator::addSignal(), and MetaObjectGenerator::addSlot().


The documentation for this struct was generated from the following file: