Pepper_31_C++_interfaces
|
#include <widget_dev.h>
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) |
![]() | |
Resource () | |
The default constructor. More... | |
Resource (const Resource &other) | |
virtual | ~Resource () |
Destructor. More... | |
Resource & | operator= (const Resource &other) |
bool | is_null () const |
PP_Resource | pp_resource () const |
PP_Resource | detach () |
Additional Inherited Members | |
![]() | |
Resource (PP_Resource resource) | |
Resource (PassRef, PP_Resource resource) | |
void | PassRefFromConstructor (PP_Resource resource) |
Definition at line 19 of file widget_dev.h.
|
inline |
Definition at line 22 of file widget_dev.h.
|
explicit |
pp::Widget_Dev::Widget_Dev | ( | const Widget_Dev & | other | ) |
bool pp::Widget_Dev::HandleEvent | ( | const InputEvent & | event | ) |
void pp::Widget_Dev::SetLocation | ( | const Rect & | location | ) |
void pp::Widget_Dev::SetScale | ( | float | scale | ) |