HOME | DOWNLOAD | DOCS | DEVELOPMENT | LICENSE | CREDITS |
Job time information. More...
#include <iDateTime.h>
Public Member Functions | |
iJobTime () | |
Sets all data members to 0. | |
iJobTime (const iJobTime &jt) | |
Copy contructor. | |
void | set (short h, short m, short s) |
Sets all data members to the given time. | |
short | hours () const |
Returns the number of hours invested in an image. | |
short | minutes () const |
Returns the number of minutes invested in an image. | |
short | seconds () const |
Returns the number of seconds invested in an image. | |
void | setHours (short h) |
Sets the number of hours invested in an image. | |
void | setMinutes (short m) |
Sets the number of minutes invested in an image. | |
void | setSeconds (short s) |
Sets the number of seconds invested in an image. | |
iJobTime & | operator= (const iJobTime &jt) |
Job time information.
This class is used for storing the amount of time invested in an image.
imagen::iJobTime::iJobTime | ( | ) | [inline] |
Sets all data members to 0.
imagen::iJobTime::iJobTime | ( | const iJobTime & | jt | ) | [inline] |
Copy contructor.
void imagen::iJobTime::set | ( | short | h, |
short | m, | ||
short | s | ||
) | [inline] |
Sets all data members to the given time.
h | : Hours |
m | : Minutes |
s | : Seconds |
short imagen::iJobTime::hours | ( | ) | const [inline] |
Returns the number of hours invested in an image.
short imagen::iJobTime::minutes | ( | ) | const [inline] |
Returns the number of minutes invested in an image.
short imagen::iJobTime::seconds | ( | ) | const [inline] |
Returns the number of seconds invested in an image.
void imagen::iJobTime::setHours | ( | short | h | ) | [inline] |
Sets the number of hours invested in an image.
void imagen::iJobTime::setMinutes | ( | short | m | ) | [inline] |
Sets the number of minutes invested in an image.
void imagen::iJobTime::setSeconds | ( | short | s | ) | [inline] |
Sets the number of seconds invested in an image.
API Documentation by Mark D. Procarione | Generated by |