Class: Wx::PG::PG_ITERATOR_FLAGS
- Defined in:
- lib/wx/doc/gen/pg/property_grid_page.rb
Overview
wxPropertyGridIterator Flags
NOTES: At lower 16-bits, there are flags to check if item will be included. At higher 16-bits, there are same flags, but to instead check if children will be included.
Constant Summary collapse
- PG_ITERATE_PROPERTIES =
Iterate through ‘normal’ property items (does not include children of aggregate or hidden items by default).
Wx::PG::PG_ITERATOR_FLAGS.new(1610634272)
- PG_ITERATE_HIDDEN =
Iterate children of collapsed parents, and individual items that are hidden.
Wx::PG::PG_ITERATOR_FLAGS.new(2097156)
- PG_ITERATE_FIXED_CHILDREN =
Iterate children of parent that is an aggregate property (ie has fixed children).
Wx::PG::PG_ITERATOR_FLAGS.new(1677743136)
- PG_ITERATE_CATEGORIES =
Iterate categories.
Wx::PG::PG_ITERATOR_FLAGS.new(536879136)
- PG_ITERATE_ALL_PARENTS =
Wx::PG::PG_ITERATOR_FLAGS.new(25600)
- PG_ITERATE_ALL_PARENTS_RECURSIVELY =
Wx::PG::PG_ITERATOR_FLAGS.new(1677747200)
- PG_ITERATOR_FLAGS_ALL =
Wx::PG::PG_ITERATOR_FLAGS.new(29732)
- PG_ITERATOR_MASK_OP_ITEM =
Wx::PG::PG_ITERATOR_FLAGS.new(29732)
- PG_ITERATOR_MASK_OP_PARENT =
Wx::PG::PG_ITERATOR_FLAGS.new(29732)
- PG_ITERATE_VISIBLE =
Combines all flags needed to iterate through visible properties (i.e.
Wx::PG::PG_ITERATOR_FLAGS.new(1677751328)
- PG_ITERATE_ALL =
Iterate all items.
Wx::PG::PG_ITERATOR_FLAGS.new(1679848484)
- PG_ITERATE_NORMAL =
Iterate through individual properties (ie categories and children of aggregate properties are skipped).
Wx::PG::PG_ITERATOR_FLAGS.new(1612731428)
- PG_ITERATE_DEFAULT =
Default iterator flags.
Wx::PG::PG_ITERATOR_FLAGS.new(1612731428)
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