#include <metaobject.hpp>
Definition at line 149 of file metaobject.hpp.
| qi::MetaObjectBuilder::MetaObjectBuilder |
( |
| ) |
|
| unsigned int qi::MetaObjectBuilder::addMethod |
( |
const qi::Signature & |
sigret, |
|
|
const std::string & |
name, |
|
|
const qi::Signature & |
signature, |
|
|
int |
id = -1 |
|
) |
| |
| unsigned int qi::MetaObjectBuilder::addMethod |
( |
MetaMethodBuilder & |
builder, |
|
|
int |
id = -1 |
|
) |
| |
| unsigned int qi::MetaObjectBuilder::addProperty |
( |
const std::string & |
name, |
|
|
const qi::Signature & |
sig, |
|
|
int |
id = -1 |
|
) |
| |
| unsigned int qi::MetaObjectBuilder::addSignal |
( |
const std::string & |
name, |
|
|
const qi::Signature & |
sig, |
|
|
int |
id = -1 |
|
) |
| |
| void qi::MetaObjectBuilder::setDescription |
( |
const std::string & |
desc | ) |
|
The documentation for this class was generated from the following file: