|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  | 
      
        
          | Goocanvas::Points::Points | ( |  | ) |  | 
      
 
 
  
  | 
        
          | Goocanvas::Points::Points | ( | GooCanvasPoints * | gobject, |  
          |  |  | bool | make_a_copy = true |  
          |  | ) |  |  |  | explicit | 
 
 
      
        
          | Goocanvas::Points::Points | ( | const Points& | other | ) |  | 
      
 
 
  
  | 
        
          | Goocanvas::Points::Points | ( | Points&& | other | ) |  |  | noexcept | 
 
 
  
  | 
        
          | Goocanvas::Points::~Points | ( |  | ) |  |  | noexcept | 
 
 
  
  | 
        
          | Goocanvas::Points::Points | ( | int | num_points | ) |  |  | explicit | 
 
 
      
        
          | Goocanvas::Points::Points | ( | int | num_points, | 
        
          |  |  | const double * | coords | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void Goocanvas::Points::get_coordinate | ( | int | index, | 
        
          |  |  | double & | x, | 
        
          |  |  | double & | y | 
        
          |  | ) |  | const | 
      
 
 
      
        
          | int Goocanvas::Points::get_num_points | ( |  | ) | const | 
      
 
 
  
  | 
        
          | static GType Goocanvas::Points::get_type | ( |  | ) |  |  | static | 
 
Get the GType for this class, for use with the underlying GObject type system. 
 
 
  
  | 
        
          | GooCanvasPoints* Goocanvas::Points::gobj | ( |  | ) |  |  | inline | 
 
Provides access to the underlying C instance. 
 
 
  
  | 
        
          | const GooCanvasPoints* Goocanvas::Points::gobj | ( |  | ) | const |  | inline | 
 
Provides access to the underlying C instance. 
 
 
      
        
          | GooCanvasPoints* Goocanvas::Points::gobj_copy | ( |  | ) | const | 
      
 
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. 
 
 
      
        
          | void Goocanvas::Points::set_coordinate | ( | int | index, | 
        
          |  |  | double | x, | 
        
          |  |  | double | y | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void Goocanvas::Points::swap | ( | Points& | other | ) |  |  | noexcept | 
 
 
- Parameters
- 
  
    | lhs | The left-hand side |  | rhs | The right-hand side |  
 
 
 
A Glib::wrap() method for this object. 
- Parameters
- 
  
    | object | The C instance. |  | take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |  
 
- Returns
- A C++ instance that wraps this C instance. 
 
 
  
  | 
        
          | GooCanvasPoints* Goocanvas::Points::gobject_ |  | protected | 
 
 
The documentation for this class was generated from the following file: