Class: Wx::PG::PGPropValFormatFlags

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/pg/pg_property.rb

Overview

Miscellaneous property value format flags.

Requires:

  • USE_PROPGRID

Constant Summary collapse

Null =

No flags.

Wx::PG::PGPropValFormatFlags.new(0)
FullValue =

Get/Store full value instead of displayed value.

Wx::PG::PGPropValFormatFlags.new(1)
ReportError =

Perform special action in case of unsuccessful conversion.

Wx::PG::PGPropValFormatFlags.new(2)
PropertySpecific =
Wx::PG::PGPropValFormatFlags.new(4)
EditableValue =

Get/Store editable value instead of displayed one (should only be different in the case of common values).

Wx::PG::PGPropValFormatFlags.new(8)
CompositeFragment =

Used when dealing with fragments of composite string value.

Wx::PG::PGPropValFormatFlags.new(16)
UneditableCompositeFragment =

Means property for which final string value is for cannot really be edited.

Wx::PG::PGPropValFormatFlags.new(32)
ValueIsCurrent =

Wx::PG::PGProperty#value_to_string called from Wx::PG::PGProperty#get_value_as_string (guarantees that input Variant value is current own value)

Wx::PG::PGPropValFormatFlags.new(64)
ProgrammaticValue =

Value is being set programmatically (i.e.

Wx::PG::PGPropValFormatFlags.new(128)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum