Definition at line 73 of file RCanvasPainter.cxx.
|
| std::string | fArg |
| | ! command arguments
|
| CanvasCallback_t | fCallback {nullptr} |
| | ! callback function associated with command
|
| unsigned | fConnId {0} |
| | ! connection id for the command, when 0 specified command will be submitted to any available connection
|
| std::string | fId |
| | ! command identifier
|
| std::string | fName |
| | ! command name
|
| bool | fResult {false} |
| | ! result of command execution
|
| enum ROOT::Experimental::RCanvasPainter::WebCommand:: { ... } | sInit |
| | ! true when command submitted
|
◆ anonymous enum
◆ WebCommand() [1/2]
| ROOT::Experimental::RCanvasPainter::WebCommand::WebCommand |
( |
| ) |
|
|
default |
◆ WebCommand() [2/2]
| ROOT::Experimental::RCanvasPainter::WebCommand::WebCommand |
( |
const std::string & | id, |
|
|
const std::string & | name, |
|
|
const std::string & | arg, |
|
|
CanvasCallback_t | callback, |
|
|
unsigned | connid ) |
|
inline |
◆ CallBack()
| void ROOT::Experimental::RCanvasPainter::WebCommand::CallBack |
( |
bool | res | ) |
|
|
inline |
◆ fArg
| std::string ROOT::Experimental::RCanvasPainter::WebCommand::fArg |
◆ fCallback
| CanvasCallback_t ROOT::Experimental::RCanvasPainter::WebCommand::fCallback {nullptr} |
◆ fConnId
| unsigned ROOT::Experimental::RCanvasPainter::WebCommand::fConnId {0} |
! connection id for the command, when 0 specified command will be submitted to any available connection
Definition at line 80 of file RCanvasPainter.cxx.
◆ fId
| std::string ROOT::Experimental::RCanvasPainter::WebCommand::fId |
◆ fName
| std::string ROOT::Experimental::RCanvasPainter::WebCommand::fName |
◆ fResult
| bool ROOT::Experimental::RCanvasPainter::WebCommand::fResult {false} |
◆ []
| enum { ... } ROOT::Experimental::RCanvasPainter::WebCommand::sInit |
! true when command submitted
The documentation for this struct was generated from the following file: