Home | History | Annotate | Download | only in dom

Lines Matching refs:domCg_int3

2854 		 * The domCg_int3 value of the text data of this element. 
2856 domCg_int3 _value;
2861 * @return Returns a domCg_int3 reference of the _value array.
2863 domCg_int3 &getValue() { return _value; }
2866 * @return Returns a constant domCg_int3 reference of the _value array.
2868 const domCg_int3 &getValue() const { return _value; }
2873 void setValue( const domCg_int3 &val ) { _value = val; }