libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
qi::MemberAddInfo Struct Reference

#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...
 

Detailed Description

Information about an operation that attempted to add a member to the type's interface.

Definition at line 150 of file metaobject.hpp.

Constructor & Destructor Documentation

qi::MemberAddInfo::MemberAddInfo ( unsigned int  newId,
bool  newMember 
)
inline

Definition at line 152 of file metaobject.hpp.

Member Data Documentation

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.


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