Fire Core  8.0.0.alpha
GIS framework per tutti gli usi
 Tutto Classi Namespace Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Friend
IPaintableList.hpp
1 // Copyright 2015 GEOSYSTEMS SRL
2 // All Rights Reserved.
3 
4 #ifndef FIRE_GRAPHICS_IPAINTABLELIST_HPP_INCLUDED
5 #define FIRE_GRAPHICS_IPAINTABLELIST_HPP_INCLUDED
6 
7 namespace fire {
8 namespace gis {
9 namespace graphics {
17  public:
29  virtual fire::graphics::IPaintable* next() = 0;
36  virtual void reset() = 0;
37 };
38 } // namespace graphics
39 } // namespace gis
40 } // namespace fire
41 
42 #endif
virtual fire::graphics::IPaintable * next()=0
Definition: IPaintableList.hpp:16