NCBI C++ ToolKit
Macros | Functions | Variables
pkg_manager.cpp File Reference
#include <ncbi_pch.hpp>
#include <gui/framework/pkg_manager.hpp>
#include <gui/framework/GuiPkgDependency.hpp>
#include <gui/framework/GuiDependentPkg.hpp>
#include <gui/framework/gui_package.hpp>
#include <gui/objutils/registry.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/wx/sys_path.hpp>
#include <gui/widgets/wx/ui_command.hpp>
#include <corelib/ncbidll.hpp>
#include <serial/objistr.hpp>
#include <serial/serial.hpp>
#include <util/xregexp/regexp.hpp>
#include <wx/dynlib.h>
#include <wx/filename.h>
#include <wx/dir.h>
+ Include dependency graph for pkg_manager.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define LOCAL_LOG(message)   LOG_POST(message)
 

Functions

static bool sParseVersion (const string &str, size_t &verMajor, size_t &verMinor, size_t &verPatch)
 
static bool sValidateVersion (size_t &reqMajor, size_t &reqMinor, size_t &reqPatch, size_t &verMajor, size_t &verMinor, size_t &verPatch)
 

Variables

static const char * kPackagesToLoad = "PackagesToLoad"
 

Macro Definition Documentation

◆ LOCAL_LOG

#define LOCAL_LOG (   message)    LOG_POST(message)

Definition at line 385 of file pkg_manager.cpp.

Function Documentation

◆ sParseVersion()

static bool sParseVersion ( const string str,
size_t &  verMajor,
size_t &  verMinor,
size_t &  verPatch 
)
static

◆ sValidateVersion()

static bool sValidateVersion ( size_t &  reqMajor,
size_t &  reqMinor,
size_t &  reqPatch,
size_t &  verMajor,
size_t &  verMinor,
size_t &  verPatch 
)
static

Definition at line 77 of file pkg_manager.cpp.

Referenced by CPkgManager::x_ValidatePackage().

Variable Documentation

◆ kPackagesToLoad

const char* kPackagesToLoad = "PackagesToLoad"
static

Definition at line 330 of file pkg_manager.cpp.

Referenced by CPkgManager::LoadPackages(), and CPkgManager::SetPackagesToLoad().

Modified on Thu May 30 12:20:06 2024 by modify_doxy.py rev. 669887