#include <Color.hpp>


Public Member Functions | |
| Color_Obj () | |
Public Attributes | |
| identifier | Id |
| string | External_Id |
| string | Name |
| string | Abbreviation |
| string | RGB |
| string | Image |
Definition at line 16 of file Color.hpp.
| Color_Obj::Color_Obj | ( | ) | [inline] |
Definition at line 26 of file Color.hpp.
References Abbreviation, read_write_base::addDXMap(), read_write_base::data_name(), External_Id, Id, Image, Name, and RGB.
Definition at line 19 of file Color.hpp.
Referenced by Color_Obj(), Color_form::form_display(), and Color_form::form_id_transfer().
| string Color_Obj::External_Id |
Definition at line 20 of file Color.hpp.
Referenced by Color_Obj(), Color_form::form_data_transfer(), and Color_form::form_display().
| string Color_Obj::Name |
Definition at line 21 of file Color.hpp.
Referenced by Color_Obj(), Color_form::form_data_transfer(), and Color_form::form_display().
| string Color_Obj::Abbreviation |
Definition at line 22 of file Color.hpp.
Referenced by Color_Obj(), Color_form::form_data_transfer(), and Color_form::form_display().
| string Color_Obj::RGB |
Definition at line 23 of file Color.hpp.
Referenced by Color_Obj(), Color_form::form_data_transfer(), and Color_form::form_display().
| string Color_Obj::Image |
Definition at line 24 of file Color.hpp.
Referenced by Color_Obj(), Color_form::form_data_transfer(), and Color_form::form_display().
1.5.5