Choreonoid
1.5
|
#include <SceneView.h>
Public Member Functions | |
SceneView () | |
~SceneView () | |
SceneWidget * | sceneWidget () |
SgGroup * | scene () |
![]() | |
View () | |
virtual | ~View () |
ViewClass * | viewClass () const |
void | setName (const std::string &name) |
std::string | name () const |
ViewArea * | viewArea () const |
bool | isActive () const |
void | bringToFront () |
SignalProxy< void()> | sigActivated () |
SignalProxy< void()> | sigDeactivated () |
SignalProxy< void()> | sigResized () |
SignalProxy< void()> | sigRemoved () |
void | setDefaultLayoutArea (LayoutArea area) |
LayoutArea | defaultLayoutArea () const |
void | setLayout (QLayout *layout) |
QPoint | viewAreaPos () const |
void | enableFontSizeZoomKeys (bool on) |
Static Public Member Functions | |
static void | initializeClass (ExtensionManager *ext) |
static SceneView * | instance () |
![]() | |
static View * | lastFocusView () |
static SignalProxy< void(View *)> | sigFocusChanged () |
Protected Member Functions | |
virtual void | onActivated () |
virtual void | onDeactivated () |
virtual QWidget * | indicatorOnInfoBar () |
virtual bool | storeState (Archive &archive) |
virtual bool | restoreState (const Archive &archive) |
![]() | |
void | zoomFontSize (int zoom) |
virtual void | onAttachedMenuRequest (MenuManager &menuManager) |
virtual void | keyPressEvent (QKeyEvent *event) |
virtual void | resizeEvent (QResizeEvent *event) |
Friends | |
class | SceneViewImpl |
Additional Inherited Members | |
![]() | |
enum | LayoutArea { LEFT = 0, LEFT_TOP = 0, LEFT_BOTTOM = 1, CENTER = 2, RIGHT = 3, BOTTOM = 4, NUM_AREAS } |
SceneView::SceneView | ( | ) |
SceneView::~SceneView | ( | ) |
|
protectedvirtual |
Reimplemented from cnoid::View.
|
static |
|
static |
|
protectedvirtual |
Virtual function which is called when the view becomes visible on the main window.
Reimplemented from cnoid::View.
|
protectedvirtual |
Reimplemented from cnoid::View.
|
protectedvirtual |
Reimplemented from cnoid::View.
SgGroup * SceneView::scene | ( | ) |
SceneWidget * SceneView::sceneWidget | ( | ) |
|
protectedvirtual |
Reimplemented from cnoid::View.
|
friend |