40#ifndef INCLUDED_RSO_INTERFACE_5_H
41#define INCLUDED_RSO_INTERFACE_5_H
45#include "gls_cpp_lang_support.h"
76 RSOPainter(
const RSOPainter& ) DISTI_SPECIAL_MEM_FUN_DELETE;
77 void operator=(
const RSOPainter& ) DISTI_SPECIAL_MEM_FUN_DELETE;
80 virtual void SetPainter( RSOPainter* painter ) = 0;
Definition: rso_interface_4.h:60
Definition: rso_interface_5.h:65
virtual void Invalidate()=0
Definition: rso_interface_5.h:62
virtual ~RSOInterface5()
Protected destructor so it can't be deleted directly.
Definition: rso_interface_5.h:86
Defines the RSO interface v3, which extends v2 to add multitouch support through the HandleMultiTouch...