Public Member Functions
imagen::iJobTime Class Reference

Job time information. More...

#include <iDateTime.h>

List of all members.

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.
iJobTimeoperator= (const iJobTime &jt)

Detailed Description

Job time information.

This class is used for storing the amount of time invested in an image.


Constructor & Destructor Documentation

Sets all data members to 0.

imagen::iJobTime::iJobTime ( const iJobTime jt) [inline]

Copy contructor.


Member Function Documentation

void imagen::iJobTime::set ( short  h,
short  m,
short  s 
) [inline]

Sets all data members to the given time.

Parameters:
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.

iJobTime& imagen::iJobTime::operator= ( const iJobTime jt) [inline]

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