RemoteView
RemoteView *view = new(std::nothrow) RemoteView(window->Bounds(), host,
RemoteView::_BuildInvalidateRect(BPoint *points, int32 pointCount)
RemoteView::~RemoteView()
RemoteView::InitCheck()
RemoteView::AttachedToWindow()
RemoteView::Draw(BRect updateRect)
RemoteView::MouseMoved(BPoint where, uint32 code, const BMessage *dragMessage)
RemoteView::MouseDown(BPoint where)
RemoteView::MouseUp(BPoint where)
RemoteView::KeyDown(const char *bytes, int32 numBytes)
RemoteView::KeyUp(const char *bytes, int32 numBytes)
RemoteView::MessageReceived(BMessage *message)
RemoteView::_SendMouseMessage(uint16 code, BPoint where)
RemoteView::_SendKeyMessage(uint16 code, const char *bytes, int32 numBytes)
RemoteView::_StateCompareByKey(const uint32 *key, const engine_state *state)
RemoteView::_CreateState(uint32 token)
RemoteView::_DeleteState(uint32 token)
RemoteView::_FindState(uint32 token)
RemoteView::_DrawEntry(void *data)
((RemoteView *)data)->_DrawThread();
RemoteView::_DrawThread()
RemoteView::RemoteView(BRect frame, const char *remoteHost, uint16 remotePort)
class RemoteView : public BView {
RemoteView(BRect frame,
virtual ~RemoteView();