QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RViewListenerAdapter Class Reference

#include <RViewListenerAdapter.h>

Inheritance diagram for RViewListenerAdapter:
RViewListener

List of all members.

Signals

void viewsCleared ()
void viewsUpdated (RDocumentInterface *documentInterface)

Public Member Functions

virtual void clearViews ()
 This method is called to signal that no document is currently active.
 RViewListenerAdapter (QObject *parent=NULL)
virtual void updateViews (RDocumentInterface *documentInterface)
 This method is called whenever at least one view in the given document has changed.
virtual ~RViewListenerAdapter ()
- Public Member Functions inherited from RViewListener
virtual ~RViewListener ()

Detailed Description

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

RViewListenerAdapter::RViewListenerAdapter ( QObject *  parent = NULL)
inline
virtual RViewListenerAdapter::~RViewListenerAdapter ( )
inlinevirtual

Member Function Documentation

virtual void RViewListenerAdapter::clearViews ( )
inlinevirtual

This method is called to signal that no document is currently active.

Implements RViewListener.

virtual void RViewListenerAdapter::updateViews ( RDocumentInterface documentInterface)
inlinevirtual

This method is called whenever at least one view in the given document has changed.

Implements RViewListener.

void RViewListenerAdapter::viewsCleared ( )
signal
void RViewListenerAdapter::viewsUpdated ( RDocumentInterface documentInterface)
signal

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