Index

C++ Code Documentation

geomui::cmd::CustomColor

Derived from: virtual geomui::ui::CustomColor

Children: geomui::cmd::Ui

File: GEOM/geomui/cmd/CustomColor.H

public:
  • CustomColor();
    constructor
  • virtual ~CustomColor();
    destructor
  • virtual void raise_d( bool state = true );
    connector functions
  • virtual void show_d( bool state = true );
  • virtual void toggle_raise_show_d();
  • virtual void enable_tooltips_d( bool state = true );
  • virtual int key_press_event_d( uint key, uint state );
protected:
private:
  • virtual widget::ui::Choice *color_choice_w();
    widgets
  • virtual widget::ui::FloatSet *color0_w();
  • virtual widget::ui::FloatSet *color1_w();
  • virtual widget::ui::FloatSet *color2_w();
  • virtual widget::ui::Float *scale2_w();
  • virtual widget::ui::FloatSet *color3_w();
  • virtual widget::ui::Float *scale3_w();
  • virtual widget::ui::FloatSet *color4_w();
  • virtual widget::ui::Float *scale4_w();
  • virtual widget::ui::FloatSet *color5_w();
  • virtual widget::ui::FloatSet *color6_w();
  • virtual widget::ui::Float *scale6_w();
  • virtual widget::ui::FloatSet *color7_w();
  • virtual widget::ui::FloatSet *color8a_w();
  • virtual widget::ui::FloatSet *color8b_w();
  • virtual widget::ui::FloatSet *color9_w();
  • widget::cmd::Choice _color_choice_w;
    widgets
  • widget::cmd::FloatSet _color0_w;
  • widget::cmd::FloatSet _color1_w;
  • widget::cmd::FloatSet _color2_w;
  • widget::cmd::Float _scale2_w;
  • widget::cmd::FloatSet _color3_w;
  • widget::cmd::Float _scale3_w;
  • widget::cmd::FloatSet _color4_w;
  • widget::cmd::Float _scale4_w;
  • widget::cmd::FloatSet _color5_w;
  • widget::cmd::FloatSet _color6_w;
  • widget::cmd::Float _scale6_w;
  • widget::cmd::FloatSet _color7_w;
  • widget::cmd::FloatSet _color8a_w;
  • widget::cmd::FloatSet _color8b_w;
  • widget::cmd::FloatSet _color9_w;
  • CustomColor( CustomColor const & );
    disabled copy constructor
  • CustomColor &operator=( CustomColor const & );
    disabled assignment operator


geomui::cmd::CustomColor GANG