#include<kfbxqueryevent.h>
Inherits KFbxEvent.
You can see that like a form that you send to some people. If those people know how to fill the form, they fill it and return it to you with the right information in it. A query event is emitted, and plug-in who are listening to that type of query, fill the data that can be accessed by the query emitter.
Definition at line56of filekfbxqueryevent.h.
Public Member Functions | |
Public interface | |
KFbxQueryEvent(QueryT *pData) | |
Constructor. | |
QueryT& | GetData() const |
Accessor to a mutable reference to the data. |
KFbxQueryEvent | ( | QueryT * | pData | ) | [inline, explicit] |
QueryT&GetData | ( | ) | const[inline] |
Accessor to a mutable reference to the data.
Event are usually const and can't be modified by listener. This special type of event can have is content modified via this accessor.
Definition at line72of filekfbxqueryevent.h.