ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PythonPluginCommand Struct Referencefinal
Inheritance diagram for PythonPluginCommand:
Collaboration diagram for PythonPluginCommand:

Classes

struct  Args
 

Public Member Functions

 PythonPluginCommand (PythonInterpreter *interpreter_)
 
bool process (ccCommandLineInterface &cmd) override
 Main process. More...
 
- Public Member Functions inherited from ccCommandLineInterface::Command
 Command (const QString &name, const QString &keyword)
 Default constructor. More...
 
virtual ~Command ()=default
 

Public Attributes

PythonInterpreterinterpreter {nullptr}
 
- Public Attributes inherited from ccCommandLineInterface::Command
QString m_name
 Command name. More...
 
QString m_keyword
 Command keyword. More...
 

Additional Inherited Members

- Public Types inherited from ccCommandLineInterface::Command
using Shared = QSharedPointer< Command >
 Shared type. More...
 

Detailed Description

Definition at line 433 of file PythonPlugin.cpp.

Constructor & Destructor Documentation

◆ PythonPluginCommand()

PythonPluginCommand::PythonPluginCommand ( PythonInterpreter interpreter_)
inlineexplicit

Definition at line 435 of file PythonPlugin.cpp.

Member Function Documentation

◆ process()

Member Data Documentation

◆ interpreter

PythonInterpreter* PythonPluginCommand::interpreter {nullptr}

Definition at line 497 of file PythonPlugin.cpp.

Referenced by process().


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