Class used to transport drawing options from the client.
Definition at line 24 of file TWebPadOptions.h.
Public Attributes | |
std::string | fcust |
custom string | |
std::vector< double > | fopt |
custom float array | |
std::string | opt |
drawing options | |
std::string | snapid |
id of the object | |
#include <TWebPadOptions.h>
std::string TWebObjectOptions::fcust |
custom string
Definition at line 28 of file TWebPadOptions.h.
std::vector<double> TWebObjectOptions::fopt |
custom float array
Definition at line 29 of file TWebPadOptions.h.
std::string TWebObjectOptions::opt |
drawing options
Definition at line 27 of file TWebPadOptions.h.
std::string TWebObjectOptions::snapid |
id of the object
Definition at line 26 of file TWebPadOptions.h.