#include <GraphViewBase.h>
|
enum | LayoutArea {
TopLeftArea = 0,
MiddleLeftArea = 1,
BottomLeftArea = 2,
TopCenterArea = 3,
CenterArea = 4,
BottomCenterArea = 5,
TopRightArea = 6,
MiddleRightArea = 7,
BottomRightArea = 8,
NumLayoutAreas = 9,
LEFT = TopLeftArea,
LEFT_TOP = TopLeftArea,
LEFT_BOTTOM = BottomLeftArea,
CENTER = CenterArea,
RIGHT = TopRightArea,
BOTTOM = BottomCenterArea
} |
|
static View * | lastFocusView () |
|
◆ GraphViewBase()
GraphViewBase::GraphViewBase |
( |
| ) |
|
◆ ~GraphViewBase()
GraphViewBase::~GraphViewBase |
( |
| ) |
|
◆ addGraphDataHandlers()
virtual void cnoid::GraphViewBase::addGraphDataHandlers |
( |
Item * |
item, |
|
|
int |
partIndex, |
|
|
std::vector< GraphDataHandlerPtr > & |
out_handlers |
|
) |
| |
|
protectedpure virtual |
◆ currentNumParts()
int GraphViewBase::currentNumParts |
( |
const ItemList<> & |
items | ) |
const |
|
protectedvirtual |
◆ extractTargetItems()
virtual ItemList cnoid::GraphViewBase::extractTargetItems |
( |
const ItemList<> & |
items | ) |
const |
|
protectedpure virtual |
◆ indicatorOnInfoBar()
QWidget * GraphViewBase::indicatorOnInfoBar |
( |
| ) |
|
|
virtual |
◆ leftVBox()
QVBoxLayout * GraphViewBase::leftVBox |
( |
| ) |
const |
|
protected |
◆ notifyUpdateByEditing()
void GraphViewBase::notifyUpdateByEditing |
( |
Item * |
item | ) |
|
|
protected |
◆ restoreState()
bool GraphViewBase::restoreState |
( |
const Archive & |
archive | ) |
|
|
virtual |
◆ storeState()
bool GraphViewBase::storeState |
( |
Archive & |
archive | ) |
|
|
virtual |
◆ updateGraphDataHandler()
◆ updateSelections()
void GraphViewBase::updateSelections |
( |
| ) |
|
|
protected |
◆ GraphViewBaseImpl
friend class GraphViewBaseImpl |
|
friend |
The documentation for this class was generated from the following files: