ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PyVenvCfg Struct Reference
Collaboration diagram for PyVenvCfg:

Public Member Functions

 PyVenvCfg ()=default
 

Static Public Member Functions

static PyVenvCfg FromFile (const QString &path)
 

Public Attributes

QString home {}
 
bool includeSystemSitesPackages {}
 
Version version
 

Detailed Description

Definition at line 99 of file PythonConfig.cpp.

Constructor & Destructor Documentation

◆ PyVenvCfg()

PyVenvCfg::PyVenvCfg ( )
default

Member Function Documentation

◆ FromFile()

PyVenvCfg PyVenvCfg::FromFile ( const QString &  path)
static

Definition at line 110 of file PythonConfig.cpp.

References name, cloudViewer::t::geometry::path, and qtCompatStringRef().

Referenced by PythonConfig::initVenv().

Member Data Documentation

◆ home

QString PyVenvCfg::home {}

Definition at line 105 of file PythonConfig.cpp.

Referenced by PythonConfig::initVenv().

◆ includeSystemSitesPackages

bool PyVenvCfg::includeSystemSitesPackages {}

Definition at line 106 of file PythonConfig.cpp.

Referenced by PythonConfig::initVenv().

◆ version

Version PyVenvCfg::version

Definition at line 107 of file PythonConfig.cpp.


The documentation for this struct was generated from the following file: