3 #include "JsonObjectsTracker.h"
4 #include "IGraphicsRenderer.h"
14 void SetVisibleMetadata(array<System::String^>^ list);
15 void Draw(
IGraphicsRenderer^ graphicsRenderer, System::Drawing::Rectangle outRect);
16 void SetFrameSize(
int width,
int height);
17 void SetZoomFactor(
float zoomFactor);
26 std::map<std::string, std::vector<std::string> >* m_metadataViews;
27 System::Object^ m_jsotMutex;