| cairomm 1.14.5
    | 
A data structure for holding a path. More...
#include <cairomm/path.h>
| Public Types | |
| typedef cairo_path_t | cobject | 
| Public Member Functions | |
| Path (cairo_path_t *cobject, bool take_ownership=false) | |
| Path (const Path &)=delete | |
| Path & | operator= (const Path &)=delete | 
| virtual | ~Path () | 
| cobject * | cobj () | 
| const cobject * | cobj () const | 
| Protected Attributes | |
| cobject * | m_cobject | 
A data structure for holding a path.
Use Context::copy_path() or Context::copy_path_flat() to instantiate a new Path. The application is responsible for freeing the Path object when it is no longer needed.
| 
 | explicit | 
| 
 | virtual | 
| 
 | inline | 
| 
 | protected |