Mobile API Reference  MicroStrategy 2019
LayerObjectHelper.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : LayerObjectHelper.h
3 // AUTHOR : Joseph Adamski-Smith
4 // CREATION : 2015-01-19
5 // Copyright (C) MicroStrategy Incorporated 2015
6 // All Rights Reserved
7 //==============================================================================================
8 #ifndef MsiChart_LayerObjectHelper_h
9 #define MsiChart_LayerObjectHelper_h
10 
11 namespace MsiChart
12 {
13  class LayerObject;
14 
16  {
17  public:
18  LayerObjectHelper(LayerObject* iLayerObject);
20  virtual void Draw() const;
21  virtual void GenerateView();
22  virtual void GenerateLayerObjectView() const;
23  virtual void ResetLayerView();
24 
25  // Draw the objects in mGraphObjectList;
26  virtual void DoDraw() const;
27 
28  protected:
30  };
31 
32 }
33 #endif
Definition: LayerObject.h:21
LayerObject * mpLayerObject
Definition: LayerObjectHelper.h:29
Definition: LayerObjectHelper.h:15
virtual void Draw() const
virtual void ResetLayerView()
virtual void GenerateLayerObjectView() const
Definition: ABLPlot.h:21
virtual void DoDraw() const
LayerObjectHelper(LayerObject *iLayerObject)