<div dir="ltr">Hello,<div><br></div><div>I extended vesKiwiViewerApp with my own subclass ViewerApp. I also needed to create a new representation, which I called ImageWidgetRepresentation, extending from vesKiwiWidgetRepresentation.</div>
<div><br></div><div style>I wrote a custom load routine in ViewerApp, and now I need to add the data to Internal, with something like:</div><div style><br></div>







<div style><span class="">this</span>->Internal->DataRepresentations.push_back(rep);</div><div style><br></div><div style>However this can't be done since vesKiwiViewerApp.Internal is private. What is the correct design pattern in this case?</div>
<div style><br></div><div style>Thanks</div><div style>Eduardo</div><div style><br></div><div style><br></div><div style><br></div></div>