SkWindow Class Reference
#include <SkWindow.h>
Inherits SkView.
Inherited by SkOSWindow, SkOSWindow, SkOSWindow, SkOSWindow, and SkOSWindow.
List of all members.
Detailed Description
Definition at line 34 of file SkWindow.h.
Constructor & Destructor Documentation
virtual SkWindow::~SkWindow |
( |
|
) |
[virtual] |
Member Function Documentation
const SkBitmap& SkWindow::getBitmap |
( |
|
) |
const [inline] |
const char* SkWindow::getTitle |
( |
|
) |
const [inline] |
virtual bool SkWindow::handleInval |
( |
const SkRect & |
|
) |
[protected, virtual] |
Override this if you want to handle an inval request from this view or one of its children. Tyically this is only overridden by the by the "window". If your subclass does handle the request, return true so the request will not continue to propogate to the parent.
Reimplemented from SkView.
bool SkWindow::handleKey |
( |
SkKey |
|
) |
|
bool SkWindow::handleKeyUp |
( |
SkKey |
|
) |
|
bool SkWindow::handleMenu |
( |
uint32_t |
os_cmd |
) |
|
bool SkWindow::isDirty |
( |
|
) |
const [inline] |
virtual void SkWindow::onAddMenu |
( |
const SkOSMenu * |
|
) |
[inline, protected, virtual] |
virtual bool SkWindow::onEvent |
( |
const SkEvent & |
|
) |
[protected, virtual] |
Override this to handle events in your subclass. Be sure to call the inherited version for events that you don't handle.
Reimplemented from SkEventSink.
Reimplemented in SkOSWindow.
virtual bool SkWindow::onGetFocusView |
( |
SkView ** |
focus |
) |
const [protected, virtual] |
virtual bool SkWindow::onHandleChar |
( |
SkUnichar |
|
) |
[protected, virtual] |
virtual void SkWindow::onHandleInval |
( |
const SkIRect & |
|
) |
[protected, virtual] |
virtual bool SkWindow::onHandleKey |
( |
SkKey |
|
) |
[protected, virtual] |
virtual bool SkWindow::onHandleKeyUp |
( |
SkKey |
|
) |
[protected, virtual] |
virtual bool SkWindow::onSetFocusView |
( |
SkView * |
focus |
) |
[protected, virtual] |
virtual void SkWindow::onSetTitle |
( |
const char |
title[] |
) |
[inline, protected, virtual] |
void SkWindow::resize |
( |
int |
width, |
|
|
int |
height, |
|
|
SkBitmap::Config |
config = SkBitmap::kNo_Config | |
|
) |
| | |
void SkWindow::setTitle |
( |
const char |
title[] |
) |
|
bool SkWindow::update |
( |
SkIRect * |
updateArea |
) |
|
The documentation for this class was generated from the following file: