ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PythonPluginCommand::Args Struct Reference

Public Member Functions

 Args ()=default
 
bool parseFrom (ccCommandLineInterface &cmd)
 
virtual ~Args ()
 

Public Attributes

QString filepath
 
std::vector< wchar_t * > pythonArgv {}
 

Detailed Description

Definition at line 463 of file PythonPlugin.cpp.

Constructor & Destructor Documentation

◆ Args()

PythonPluginCommand::Args::Args ( )
default

◆ ~Args()

virtual PythonPluginCommand::Args::~Args ( )
inlinevirtual

Definition at line 488 of file PythonPlugin.cpp.

References pythonArgv.

Member Function Documentation

◆ parseFrom()

bool PythonPluginCommand::Args::parseFrom ( ccCommandLineInterface cmd)
inline

Member Data Documentation

◆ filepath

QString PythonPluginCommand::Args::filepath

Definition at line 465 of file PythonPlugin.cpp.

Referenced by parseFrom(), and PythonPluginCommand::process().

◆ pythonArgv

std::vector<wchar_t *> PythonPluginCommand::Args::pythonArgv {}

Definition at line 466 of file PythonPlugin.cpp.

Referenced by parseFrom(), PythonPluginCommand::process(), and ~Args().


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