GME
13
|
#include <MgaLibOps.h>
Public Member Functions | |
LibWorker (CMgaProject *p_mgaProject, CComBSTR p_libName, bool p_optimize) | |
bool | isOptimized () const |
CComBSTR | getConnectionStr () const |
CComBSTR | getExpandedConnectionStr () const |
void | flatten (CoreObj &p_rootfolder, CoreObj &p_libimgroot, Typedefs::LIBVEC &p_depLibs) |
Protected Member Functions | |
void | showDetails (CoreObj &p_container, Typedefs::LIBMAP &p_results) |
Protected Attributes | |
CMgaProject * | m_mgaProject |
CComBSTR | m_libName |
bool | m_optimized |
Definition at line 506 of file MgaLibOps.h.
LibWorker::LibWorker | ( | CMgaProject * | p_mgaProject, |
CComBSTR | p_libName, | ||
bool | p_optimize | ||
) |
Definition at line 1031 of file MgaLibOps.cpp.
void LibWorker::flatten | ( | CoreObj & | p_rootfolder, |
CoreObj & | p_libimgroot, | ||
Typedefs::LIBVEC & | p_depLibs | ||
) |
Definition at line 1179 of file MgaLibOps.cpp.
CComBSTR LibWorker::getConnectionStr | ( | ) | const |
Definition at line 1045 of file MgaLibOps.cpp.
CComBSTR LibWorker::getExpandedConnectionStr | ( | ) | const |
Definition at line 1050 of file MgaLibOps.cpp.
bool LibWorker::isOptimized | ( | ) | const |
Definition at line 1040 of file MgaLibOps.cpp.
void LibWorker::showDetails | ( | CoreObj & | p_container, |
Typedefs::LIBMAP & | p_results | ||
) | [protected] |
Definition at line 1073 of file MgaLibOps.cpp.
CComBSTR LibWorker::m_libName [protected] |
Definition at line 511 of file MgaLibOps.h.
CMgaProject* LibWorker::m_mgaProject [protected] |
Definition at line 510 of file MgaLibOps.h.
bool LibWorker::m_optimized [protected] |
Definition at line 512 of file MgaLibOps.h.