Representation of a method in an GenericObject.
More...
#include <metamethod.hpp>
|
boost::shared_ptr
< MetaMethodPrivate > | _p |
|
Representation of a method in an GenericObject.
Definition at line 42 of file metamethod.hpp.
qi::MetaMethod::MetaMethod |
( |
| ) |
|
qi::MetaMethod::MetaMethod |
( |
unsigned int |
newUid, |
|
|
const MetaMethod & |
other |
|
) |
| |
qi::MetaMethod::MetaMethod |
( |
unsigned int |
uid, |
|
|
const qi::Signature & |
returnSignature, |
|
|
const std::string & |
name, |
|
|
const qi::Signature & |
parametersSignature, |
|
|
const std::string & |
description, |
|
|
const MetaMethodParameterVector & |
parameters, |
|
|
const std::string & |
returnDescription |
|
) |
| |
std::string qi::MetaMethod::description |
( |
| ) |
const |
bool qi::MetaMethod::isPrivate |
( |
| ) |
const |
return true if method is considered internal, and should not be listed
const std::string& qi::MetaMethod::name |
( |
| ) |
const |
const Signature& qi::MetaMethod::parametersSignature |
( |
| ) |
const |
std::string qi::MetaMethod::returnDescription |
( |
| ) |
const |
const Signature& qi::MetaMethod::returnSignature |
( |
| ) |
const |
std::string qi::MetaMethod::toString |
( |
| ) |
const |
unsigned int qi::MetaMethod::uid |
( |
| ) |
const |
boost::shared_ptr<MetaMethodPrivate> qi::MetaMethod::_p |
The documentation for this class was generated from the following file: