Home · API Reference · Modules
Public Member Functions
Maliit::Plugins::AbstractGraphicsViewSurface Class Reference
Inheritance diagram for Maliit::Plugins::AbstractGraphicsViewSurface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~AbstractGraphicsViewSurface ()
virtual QGraphicsScene * scene () const =0
virtual QGraphicsView * view () const =0
virtual QGraphicsItem * root () const =0
virtual void clear ()=0

Detailed Description

The AbstractGraphicsViewSurface class provides an AbstractSurface backed by a QGraphicsView.


Constructor & Destructor Documentation


Member Function Documentation

virtual void Maliit::Plugins::AbstractGraphicsViewSurface::clear ( ) [pure virtual]

clear this surface

Implemented in Maliit::Server::WindowedGraphicsViewSurface.

virtual QGraphicsItem* Maliit::Plugins::AbstractGraphicsViewSurface::root ( ) const [pure virtual]

returns the root QGraphicsItem of the surface

Returns:
the root QGraphicsItem of the surface

Implemented in Maliit::Server::WindowedGraphicsViewSurface.

virtual QGraphicsScene* Maliit::Plugins::AbstractGraphicsViewSurface::scene ( ) const [pure virtual]

returns the QGraphicsScene of the surface

Returns:
the QGraphicsScene of the surface

Implemented in Maliit::Server::WindowedGraphicsViewSurface.

virtual QGraphicsView* Maliit::Plugins::AbstractGraphicsViewSurface::view ( ) const [pure virtual]

returns the QGraphicsView of the surface

Returns:
the QGraphicsView of the surface

Implemented in Maliit::Server::WindowedGraphicsViewSurface.


Copyright © 2011 Nokia Corporation
Maliit