GME
13
|
#include <MgaLibRefr.h>
Public Member Functions | |
Reporter (CMgaProject *p_mgaproject) | |
void | show (CComBSTR msg, bool error=true) |
int | getErrors () const |
Static Public Member Functions | |
static void | showIt (CMgaProject *p_mgaproject, CComBSTR msg, bool error=true) |
Static Protected Member Functions | |
static CComPtr< IGMEOLEApp > | get_GME (CMgaProject *p_mgaproject) |
Protected Attributes | |
int | m_counter |
CComPtr< IGMEOLEApp > | m_gme |
Definition at line 370 of file MgaLibRefr.h.
Reporter::Reporter | ( | CMgaProject * | p_mgaproject | ) | [inline] |
Definition at line 399 of file MgaLibRefr.h.
static CComPtr<IGMEOLEApp> Reporter::get_GME | ( | CMgaProject * | p_mgaproject | ) | [inline, static, protected] |
Definition at line 376 of file MgaLibRefr.h.
int Reporter::getErrors | ( | ) | const [inline] |
Definition at line 414 of file MgaLibRefr.h.
void Reporter::show | ( | CComBSTR | msg, |
bool | error = true |
||
) | [inline] |
Definition at line 405 of file MgaLibRefr.h.
static void Reporter::showIt | ( | CMgaProject * | p_mgaproject, |
CComBSTR | msg, | ||
bool | error = true |
||
) | [inline, static] |
Definition at line 419 of file MgaLibRefr.h.
int Reporter::m_counter [protected] |
Definition at line 373 of file MgaLibRefr.h.
CComPtr<IGMEOLEApp> Reporter::m_gme [protected] |
Definition at line 374 of file MgaLibRefr.h.