| 
    OpenCMISS-Zinc C++ API Documentation
    
   | 
 
Information about changes to the timekeeper/time. More...
#include <timenotifier.hpp>
Public Member Functions | |
| Timenotifierevent (cmzn_timenotifierevent_id in_timenotifier_event_id) | |
| Timenotifierevent (const Timenotifierevent &timenotifierEvent) | |
| Timenotifierevent & | operator= (const Timenotifierevent &timenotifierEvent) | 
| bool | isValid () const | 
| cmzn_timenotifierevent_id | getId () const | 
| double | getTime () const | 
Protected Attributes | |
| cmzn_timenotifierevent_id | id | 
Information about changes to the timekeeper/time.
Information about changes to the timekeeper/time, sent with each callback from the time notifier.
      
  | 
  inline | 
Return the C handle of the Timenotifierevent object.
      
  | 
  inline | 
Get the time when this timenotifier event is triggered.
      
  | 
  inline | 
Check if this is a valid Timenotifierevent object.
 1.8.11