Public Member Functions | Protected Attributes

CGUITime Class Reference


Detailed Description

UI time.

Definition at line 23 of file GUITime.h.

Inheritance diagram for CGUITime:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CGUITime ()
 CGUITime (CSGInterface *interface)
 ~CGUITime ()
void start ()
void stop ()
virtual const char * get_name () const

Protected Attributes

CSGInterface * ui
CTimetime

Constructor & Destructor Documentation

CGUITime (  ) 

constructor

Definition at line 27 of file GUITime.h.

CGUITime ( CSGInterface *  interface  ) 

constructor

Parameters:
interface 

Definition at line 16 of file GUITime.cpp.

~CGUITime (  ) 

destructor

Definition at line 22 of file GUITime.cpp.


Member Function Documentation

virtual const char* get_name ( void   )  const [virtual]
Returns:
object name

Implements CSGObject.

Definition at line 41 of file GUITime.h.

void start (  ) 

start

Definition at line 27 of file GUITime.cpp.

void stop (  ) 

stop

Definition at line 32 of file GUITime.cpp.


Member Data Documentation

CTime* time [protected]

time

Definition at line 46 of file GUITime.h.

CSGInterface* ui [protected]

ui

Definition at line 44 of file GUITime.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation