Class: GOffice::Data
- Inherits:
-
Object
- Object
- GOffice::Data
- Defined in:
- (unknown)
Direct Known Subclasses
Instance Method Summary collapse
-
#date_conv ⇒ GOffice::DateConventions
The date conventions used by the data, or nil if not determined.
-
#dup ⇒ GOffice::Data
A deep copy of src.
-
#emit_changed ⇒ nil
protected utility to emit a 'changed' signal.
-
#eq(b) ⇒ Boolean
TRUE if a and b are the same.
- #get_bounds(minimum, maximum) ⇒ nil
- #get_matrix_markup(row, column) ⇒ Pango::AttrList
- #get_matrix_size(n_rows, n_columns) ⇒ nil
- #get_matrix_string(row, column) ⇒ String
- #get_matrix_value(row, column) ⇒ Float
- #get_vector_markup(column) ⇒ Pango::AttrList
- #get_vector_string(column) ⇒ String
- #get_vector_value(column) ⇒ Float
- #has_value ⇒ Boolean
- #is_decreasing ⇒ Boolean
- #is_increasing ⇒ Boolean
- #is_valid ⇒ Boolean
- #is_varying_uniformly ⇒ Boolean
- #n_dimensions ⇒ Integer
- #n_values ⇒ Integer
-
#preferred_fmt ⇒ GOffice::Format
Caller is responsible for unrefing the result.
- #scalar_markup ⇒ Pango::AttrList
- #scalar_string ⇒ String
- #scalar_value ⇒ Float
-
#serialize(user) ⇒ String
NOTE : This is the source not the content.
-
#unserialize(str, user) ⇒ Boolean
De-serializes the source information returned from go_data_serialize.
- #values ⇒ Float
- #vector_size ⇒ Integer
Instance Method Details
#date_conv ⇒ GOffice::DateConventions
Returns the date conventions used by the data, or nil if not determined.
#dup ⇒ GOffice::Data
Returns A deep copy of src.
#emit_changed ⇒ nil
protected utility to emit a 'changed' signal
#eq(b) ⇒ Boolean
Returns TRUE if a and b are the same.
#get_bounds(minimum, maximum) ⇒ nil
#get_matrix_markup(row, column) ⇒ Pango::AttrList
#get_matrix_size(n_rows, n_columns) ⇒ nil
#get_matrix_string(row, column) ⇒ String
#get_matrix_value(row, column) ⇒ Float
#get_vector_markup(column) ⇒ Pango::AttrList
#get_vector_string(column) ⇒ String
#get_vector_value(column) ⇒ Float
#has_value ⇒ Boolean
#is_decreasing ⇒ Boolean
#is_increasing ⇒ Boolean
#is_valid ⇒ Boolean
#is_varying_uniformly ⇒ Boolean
#n_dimensions ⇒ Integer
#n_values ⇒ Integer
#preferred_fmt ⇒ GOffice::Format
Caller is responsible for unrefing the result.
#scalar_markup ⇒ Pango::AttrList
#scalar_string ⇒ String
#scalar_value ⇒ Float
#serialize(user) ⇒ String
NOTE : This is the source not the content. (I.e., this refers to the expression, not its current value.)
#unserialize(str, user) ⇒ Boolean
De-serializes the source information returned from go_data_serialize.