| Pepper_31_C++_interfaces
    | 
#include <scrollbar_dev.h>


| Public Member Functions | |
| Scrollbar_Dev () | |
| Scrollbar_Dev (PP_Resource resource) | |
| Scrollbar_Dev (const InstanceHandle &instance, bool vertical) | |
| Scrollbar_Dev (const Scrollbar_Dev &other) | |
| Scrollbar_Dev & | operator= (const Scrollbar_Dev &other) | 
| uint32_t | GetThickness () | 
| bool | IsOverlay () | 
| uint32_t | GetValue () | 
| void | SetValue (uint32_t value) | 
| void | SetDocumentSize (uint32_t size) | 
| void | SetTickMarks (const Rect *tick_marks, uint32_t count) | 
| void | ScrollBy (PP_ScrollBy_Dev unit, int32_t multiplier) | 
|  Public Member Functions inherited from pp::Widget_Dev | |
| 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... | |
| Resource & | operator= (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) | 
Definition at line 16 of file scrollbar_dev.h.
| 
 | inline | 
Definition at line 19 of file scrollbar_dev.h.
| 
 | explicit | 
| pp::Scrollbar_Dev::Scrollbar_Dev | ( | const InstanceHandle & | instance, | 
| bool | vertical | ||
| ) | 
| pp::Scrollbar_Dev::Scrollbar_Dev | ( | const Scrollbar_Dev & | other | ) | 
| uint32_t pp::Scrollbar_Dev::GetThickness | ( | ) | 
| uint32_t pp::Scrollbar_Dev::GetValue | ( | ) | 
| bool pp::Scrollbar_Dev::IsOverlay | ( | ) | 
| Scrollbar_Dev& pp::Scrollbar_Dev::operator= | ( | const Scrollbar_Dev & | other | ) | 
| void pp::Scrollbar_Dev::ScrollBy | ( | PP_ScrollBy_Dev | unit, | 
| int32_t | multiplier | ||
| ) | 
| void pp::Scrollbar_Dev::SetDocumentSize | ( | uint32_t | size | ) | 
| void pp::Scrollbar_Dev::SetTickMarks | ( | const Rect * | tick_marks, | 
| uint32_t | count | ||
| ) | 
| void pp::Scrollbar_Dev::SetValue | ( | uint32_t | value | ) | 
 1.8.6
 1.8.6