GSI Object Oriented Online Offline (Go4)
GO4-6.2.0
|
Class used to transport drawing options from the client. More...
#include <TWebPadOptions.h>
Public Attributes | |
std::string | snapid |
id of the object More... | |
std::string | opt |
drawing options More... | |
std::string | fcust |
custom string More... | |
std::vector< double > | fopt |
custom float array More... | |
Class used to transport drawing options from the client.
Definition at line 19 of file TWebPadOptions.h.
std::string TWebObjectOptions::fcust |
custom string
Definition at line 23 of file TWebPadOptions.h.
Referenced by TWebCanvasFull::ProcessObjectOptions().
std::vector<double> TWebObjectOptions::fopt |
custom float array
Definition at line 24 of file TWebPadOptions.h.
Referenced by TWebCanvasFull::ProcessObjectOptions().
std::string TWebObjectOptions::opt |
drawing options
Definition at line 22 of file TWebPadOptions.h.
Referenced by TWebCanvasFull::ProcessObjectOptions().
std::string TWebObjectOptions::snapid |
id of the object
Definition at line 21 of file TWebPadOptions.h.
Referenced by TWebCanvasFull::ProcessObjectOptions().