Definition at line 73 of file RCanvasPainter.cxx.
Public Types | |
| enum | { sInit , sRunning , sReady } | 
Public Member Functions | |
| WebCommand ()=default | |
| WebCommand (const std::string &id, const std::string &name, const std::string &arg, CanvasCallback_t callback, unsigned connid) | |
| void | CallBack (bool res) | 
Public Attributes | |
| 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   | |
| Enumerator | |
|---|---|
| sInit | |
| sRunning | |
| sReady | |
Definition at line 77 of file RCanvasPainter.cxx.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 82 of file RCanvasPainter.cxx.
      
  | 
  inline | 
Definition at line 87 of file RCanvasPainter.cxx.
| std::string ROOT::Experimental::RCanvasPainter::WebCommand::fArg | 
! command arguments
Definition at line 76 of file RCanvasPainter.cxx.
| CanvasCallback_t ROOT::Experimental::RCanvasPainter::WebCommand::fCallback {nullptr} | 
! callback function associated with command
Definition at line 79 of file RCanvasPainter.cxx.
| 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.
| std::string ROOT::Experimental::RCanvasPainter::WebCommand::fId | 
! command identifier
Definition at line 74 of file RCanvasPainter.cxx.
| std::string ROOT::Experimental::RCanvasPainter::WebCommand::fName | 
! command name
Definition at line 75 of file RCanvasPainter.cxx.
! result of command execution
Definition at line 78 of file RCanvasPainter.cxx.
| enum { ... } ROOT::Experimental::RCanvasPainter::WebCommand::sInit | 
! true when command submitted