Choreonoid  1.5
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
cnoid::LinkGraphView Class Reference

#include <LinkGraphView.h>

Inheritance diagram for cnoid::LinkGraphView:
cnoid::View

Public Member Functions

 LinkGraphView ()
 
 ~LinkGraphView ()
 
virtual bool storeState (Archive &archive)
 
virtual bool restoreState (const Archive &archive)
 
- Public Member Functions inherited from cnoid::View
 View ()
 
virtual ~View ()
 
ViewClassviewClass () const
 
void setName (const std::string &name)
 
std::string name () const
 
ViewAreaviewArea () 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 Public Member Functions inherited from cnoid::View
static ViewlastFocusView ()
 
static SignalProxy< void(View *)> sigFocusChanged ()
 

Protected Member Functions

virtual QWidget * indicatorOnInfoBar ()
 
- Protected Member Functions inherited from cnoid::View
void zoomFontSize (int zoom)
 
virtual void onActivated ()
 
virtual void onDeactivated ()
 
virtual void onAttachedMenuRequest (MenuManager &menuManager)
 
virtual void keyPressEvent (QKeyEvent *event)
 
virtual void resizeEvent (QResizeEvent *event)
 

Additional Inherited Members

- Public Types inherited from cnoid::View
enum  LayoutArea {
  LEFT = 0, LEFT_TOP = 0, LEFT_BOTTOM = 1, CENTER = 2,
  RIGHT = 3, BOTTOM = 4, NUM_AREAS
}
 

Detailed Description

Todo:
Define and implement the API for installing an index selection interface and move this class into GuiBase module

Constructor & Destructor Documentation

LinkGraphView::LinkGraphView ( )
LinkGraphView::~LinkGraphView ( )

Member Function Documentation

QWidget * LinkGraphView::indicatorOnInfoBar ( )
protectedvirtual

Reimplemented from cnoid::View.

void LinkGraphView::initializeClass ( ExtensionManager ext)
static
bool LinkGraphView::restoreState ( const Archive archive)
virtual

Reimplemented from cnoid::View.

bool LinkGraphView::storeState ( Archive archive)
virtual

Reimplemented from cnoid::View.


The documentation for this class was generated from the following files: