#include <View.h>
◆ LayoutArea
Enumerator |
---|
LEFT | |
LEFT_TOP | |
LEFT_BOTTOM | |
CENTER | |
RIGHT | |
BOTTOM | |
NUM_AREAS | |
◆ View()
◆ ~View()
◆ bringToFront()
void View::bringToFront |
( |
| ) |
|
◆ defaultLayoutArea()
◆ enableFontSizeZoomKeys()
void View::enableFontSizeZoomKeys |
( |
bool |
on | ) |
|
◆ indicatorOnInfoBar()
QWidget * View::indicatorOnInfoBar |
( |
| ) |
|
|
virtual |
◆ isActive()
bool View::isActive |
( |
| ) |
const |
◆ keyPressEvent()
void View::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protectedvirtual |
◆ lastFocusView()
View * View::lastFocusView |
( |
| ) |
|
|
static |
◆ name()
std::string cnoid::View::name |
( |
| ) |
const |
|
inline |
◆ onActivated()
void View::onActivated |
( |
| ) |
|
|
protectedvirtual |
Virtual function which is called when the view becomes visible on the main window.
- Note
- In the current implementation, this function may be continuously called two or three times when the perspective changes, and the number of calles does not necessarily corresponds to the number of 'onDeactivated()' calles.
- Todo:
- improve the behavior written as note
Reimplemented in cnoid::SceneView, cnoid::GSMediaView, and cnoid::DSMediaView.
◆ onAttachedMenuRequest()
void View::onAttachedMenuRequest |
( |
MenuManager & |
menuManager | ) |
|
|
protectedvirtual |
◆ onDeactivated()
void View::onDeactivated |
( |
| ) |
|
|
protectedvirtual |
◆ resizeEvent()
void View::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protectedvirtual |
◆ restoreState()
bool View::restoreState |
( |
const Archive & |
archive | ) |
|
|
virtual |
Reimplemented in cnoid::ItemTreeView, cnoid::TaskView, cnoid::LinkSelectionView, cnoid::SceneView, cnoid::LinkGraphView, cnoid::VirtualJoystickView, cnoid::JointGraphView, cnoid::BodyStateView, cnoid::JointStateView, cnoid::GraphViewBase, cnoid::MultiSE3SeqGraphView, cnoid::GSMediaView, and cnoid::DSMediaView.
◆ setDefaultLayoutArea()
void View::setDefaultLayoutArea |
( |
LayoutArea |
area | ) |
|
◆ setLayout()
void View::setLayout |
( |
QLayout * |
layout | ) |
|
◆ setName()
void View::setName |
( |
const std::string & |
name | ) |
|
◆ sigActivated()
◆ sigDeactivated()
◆ sigFocusChanged()
◆ sigRemoved()
◆ sigResized()
◆ storeState()
bool View::storeState |
( |
Archive & |
archive | ) |
|
|
virtual |
Reimplemented in cnoid::ItemTreeView, cnoid::TaskView, cnoid::LinkSelectionView, cnoid::SceneView, cnoid::LinkGraphView, cnoid::VirtualJoystickView, cnoid::JointGraphView, cnoid::BodyStateView, cnoid::JointStateView, cnoid::GraphViewBase, cnoid::MultiSE3SeqGraphView, cnoid::GSMediaView, and cnoid::DSMediaView.
◆ viewArea()
◆ viewAreaPos()
QPoint View::viewAreaPos |
( |
| ) |
const |
◆ viewClass()
◆ zoomFontSize()
void View::zoomFontSize |
( |
int |
zoom | ) |
|
|
protected |
◆ ViewAreaImpl
friend class ViewAreaImpl |
|
friend |
◆ ViewManagerImpl
friend class ViewManagerImpl |
|
friend |
The documentation for this class was generated from the following files: