OpenCMISS-Zinc C++ API Documentation
|
Information about changes to glyphs in the glyph module. More...
#include <glyph.hpp>
Public Member Functions | |
Glyphmoduleevent (cmzn_glyphmoduleevent_id in_glyphmodule_event_id) | |
Glyphmoduleevent (const Glyphmoduleevent &glyphmoduleEvent) | |
Glyphmoduleevent & | operator= (const Glyphmoduleevent &glyphmoduleEvent) |
bool | isValid () const |
cmzn_glyphmoduleevent_id | getId () const |
Glyph::ChangeFlags | getGlyphChangeFlags (const Glyph &glyph) const |
Glyph::ChangeFlags | getSummaryGlyphChangeFlags () const |
Protected Attributes | |
cmzn_glyphmoduleevent_id | id |
Information about changes to glyphs in the glyph module.
Information about changes to glyphs in the glyph module, sent with each callback from the glyphmodule notifier.
|
inline |
Get logical OR of flags indicating how the glyph has changed.
glyph | The glyph to query about. |
|
inline |
Return the C handle of the Glyphmoduleevent object.
|
inline |
Get logical OR of flags indicating how glyphs in the glyph module have changed.
|
inline |
Check if this is a valid Glyphmoduleevent object.