#include <gepetto/gui/windows-manager.hh>
| gepetto::gui::WindowsManager::WindowsManager |
( |
BodyTreeWidget * |
bodyTree | ) |
|
|
protected |
| virtual void gepetto::gui::WindowsManager::addNode |
( |
const std::string & |
nodeName, |
|
|
NodePtr_t |
node, |
|
|
GroupNodePtr_t |
parent |
|
) |
| |
|
protectedvirtual |
| bool gepetto::gui::WindowsManager::addToGroup |
( |
const std::string & |
nodeName, |
|
|
const std::string & |
groupName |
|
) |
| |
| BodyTreeItems_t gepetto::gui::WindowsManager::bodyTreeItems |
( |
const std::string & |
name | ) |
const |
| void gepetto::gui::WindowsManager::captureFrame |
( |
const WindowID |
windowId, |
|
|
const std::string & |
filename |
|
) |
| |
| WindowID gepetto::gui::WindowsManager::createWindow |
( |
const std::string & |
windowName | ) |
|
| WindowID gepetto::gui::WindowsManager::createWindow |
( |
const std::string & |
windowName, |
|
|
OSGWidget * |
widget, |
|
|
osgViewer::Viewer * |
viewer, |
|
|
osg::GraphicsContext * |
gc |
|
) |
| |
| int gepetto::gui::WindowsManager::createWindow |
( |
QString |
windowName | ) |
|
|
slot |
| bool gepetto::gui::WindowsManager::deleteNode |
( |
const std::string & |
nodeName, |
|
|
bool |
all |
|
) |
| |
| bool gepetto::gui::WindowsManager::removeFromGroup |
( |
const std::string & |
nodeName, |
|
|
const std::string & |
groupName |
|
) |
| |
| bool gepetto::gui::WindowsManager::startCapture |
( |
const WindowID |
windowId, |
|
|
const std::string & |
filename, |
|
|
const std::string & |
extension |
|
) |
| |
| bool gepetto::gui::WindowsManager::stopCapture |
( |
const WindowID |
windowId | ) |
|