qscene: Create scenes

Description Usage Arguments Details Value Author(s)

View source: R/scene.R

Description

Create a scene, a container of layers

Usage

1
qscene(parent)

Arguments

parent

If non-NULL, a C++ QObject object that owns the memory of the scene

Details

Often, a PlotView object is passed as parent, so that the scene is not deleted until the view is destroyed.

Value

A C++ QGraphicsScene object

Author(s)

Michael Lawrence


ggobi/qtpaint documentation built on May 17, 2019, 3:15 a.m.