<div dir="ltr">Move your actor and maybe other VTK objects as fields of your gui object. This way you can access them in your event handler.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 15, 2016 at 7:37 AM, M. Jordan <span dir="ltr"><<a href="mailto:mjordan@live.at" target="_blank">mjordan@live.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_3281222668214807695divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif" dir="ltr">
<p></p>
<div class="m_3281222668214807695post-text">
<p>All my vtk related code is in the constructor function of a Qt GUI. There I can change a property of a VTK actor like this:</p>
<blockquote>
<p>actor->GetProperty()-><wbr>SetColor(0, 0, 0.15);</p>
</blockquote>
<p>But I want to change this proberty in a callback function from a button. </p>
<blockquote>
<p>void MainWindow::button_click() { actor->GetProperty()-><wbr>SetColor(0,0, 0.15); }</p>
</blockquote>
<p>Of course "actor" is not defined there. What can I do to acess "actor" in this callback function?</p>
<p>(Sry I am an OOP beginner) </p>
</div>
<br>
<p></p>
</div>
</div>

<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>