|
libqi-api
2.8.7.4
|
#include <metaobject.hpp>
Public Member Functions | |
| MemberAddInfo (unsigned int newId, bool newMember) | |
Public Attributes | |
| unsigned int | id |
| Id of the member that has been created or that already existed. More... | |
| bool | isNewMember |
| True iff the member has been created through the operation. More... | |
Information about an operation that attempted to add a member to the type's interface.
Definition at line 150 of file metaobject.hpp.
|
inline |
Definition at line 152 of file metaobject.hpp.
| unsigned int qi::MemberAddInfo::id |
Id of the member that has been created or that already existed.
Definition at line 156 of file metaobject.hpp.
| bool qi::MemberAddInfo::isNewMember |
True iff the member has been created through the operation.
Definition at line 157 of file metaobject.hpp.