Pepper_31_C++_interfaces
Public Member Functions | List of all members
pp::Widget_Dev Class Reference

#include <widget_dev.h>

Inheritance diagram for pp::Widget_Dev:
Inheritance graph
Collaboration diagram for pp::Widget_Dev:
Collaboration graph

Public Member Functions

 Widget_Dev ()
 
 Widget_Dev (PP_Resource resource)
 
 Widget_Dev (const Widget_Dev &other)
 
bool Paint (const Rect &rect, ImageData *image)
 
bool HandleEvent (const InputEvent &event)
 
bool GetLocation (Rect *location)
 
void SetLocation (const Rect &location)
 
void SetScale (float scale)
 
- Public Member Functions inherited from pp::Resource
 Resource ()
 The default constructor. More...
 
 Resource (const Resource &other)
 
virtual ~Resource ()
 Destructor. More...
 
Resourceoperator= (const Resource &other)
 
bool is_null () const
 
PP_Resource pp_resource () const
 
PP_Resource detach ()
 

Additional Inherited Members

- Protected Member Functions inherited from pp::Resource
 Resource (PP_Resource resource)
 
 Resource (PassRef, PP_Resource resource)
 
void PassRefFromConstructor (PP_Resource resource)
 

Detailed Description

Definition at line 19 of file widget_dev.h.

Constructor & Destructor Documentation

pp::Widget_Dev::Widget_Dev ( )
inline

Definition at line 22 of file widget_dev.h.

pp::Widget_Dev::Widget_Dev ( PP_Resource  resource)
explicit
pp::Widget_Dev::Widget_Dev ( const Widget_Dev other)

Member Function Documentation

bool pp::Widget_Dev::GetLocation ( Rect location)
bool pp::Widget_Dev::HandleEvent ( const InputEvent event)
bool pp::Widget_Dev::Paint ( const Rect rect,
ImageData image 
)
void pp::Widget_Dev::SetLocation ( const Rect location)
void pp::Widget_Dev::SetScale ( float  scale)

The documentation for this class was generated from the following file: