RioMMExplorer Class Reference

#include <RioMMExplorer.h>

Inherits RioExplorer.

Public Member Functions

 RioMMExplorer ()
 ~RioMMExplorer ()
bool showMessage (int, string, string="")
void setSession (CRioSession *)
 Nova funcao para definir a funcao padrao do objeto da classe RioExplorer para uma sessao passada.
CRioSessiongetSession ()
void updateCopyProgress ()
void setMD5Calculation (char *, bool)
void setSyncCheck (char *, bool)

Detailed Description

Definition at line 23 of file RioMMExplorer.h.


Constructor & Destructor Documentation

RioMMExplorer::RioMMExplorer (  ) 

Definition at line 24 of file RioMMExplorer.cpp.

00025 {
00026     session = NULL;
00027 }

RioMMExplorer::~RioMMExplorer (  ) 

Definition at line 29 of file RioMMExplorer.cpp.

00030 {
00031 }


Member Function Documentation

CRioSession * RioMMExplorer::getSession (  ) 

Definition at line 38 of file RioMMExplorer.cpp.

00039 {
00040     return session;
00041 }

void RioMMExplorer::setMD5Calculation ( char *  object,
bool  finished 
) [virtual]

Implements RioExplorer.

Definition at line 59 of file RioMMExplorer.cpp.

00060 {
00061     // Do nothing
00062 }

void RioMMExplorer::setSession ( CRioSession Session  ) 

Nova funcao para definir a funcao padrao do objeto da classe RioExplorer para uma sessao passada.

Parameters:
Session ponteiro para a sessao.

Reimplemented from RioExplorer.

Definition at line 33 of file RioMMExplorer.cpp.

00034 {
00035     this->session = session;
00036 }

void RioMMExplorer::setSyncCheck ( char *  object,
bool  finished 
) [virtual]

Implements RioExplorer.

Definition at line 64 of file RioMMExplorer.cpp.

00065 {
00066     // Do nothing
00067 }

bool RioMMExplorer::showMessage ( int  type,
string  message,
string  = "" 
) [virtual]

Implements RioExplorer.

Definition at line 43 of file RioMMExplorer.cpp.

00044 {
00045     bool status = true;
00046 
00047 #ifdef RIO_DEBUG2
00048     RioErr << message.c_str() << endl;
00049 #endif
00050 
00051     return status;
00052 }

void RioMMExplorer::updateCopyProgress ( void   )  [virtual]

Implements RioExplorer.

Definition at line 54 of file RioMMExplorer.cpp.

00055 {
00056     // Do nothing
00057 }


The documentation for this class was generated from the following files:
Generated on Wed Jul 4 16:03:36 2012 for RIO by  doxygen 1.6.3