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

This block listener adapter emits signals on block events. More...

#include <RBlockListenerAdapter.h>

Inheritance diagram for RBlockListenerAdapter:
RBlockListener

List of all members.

Signals

void blocksCleared ()
void blocksUpdated (RDocumentInterface *documentInterface)

Public Member Functions

virtual void clearBlocks ()
 This method is called to signal that no document is currently active.
 RBlockListenerAdapter (QObject *parent=NULL)
virtual void updateBlocks (RDocumentInterface *documentInterface)
 This method is called whenever at least one block in the given document has changed.
virtual ~RBlockListenerAdapter ()
- Public Member Functions inherited from RBlockListener
virtual ~RBlockListener ()

Detailed Description

This block listener adapter emits signals on block events.

Used to simplify listening to block events from QObjects, for instance from an ECMA script.

Scriptable:
This class is wrapped for script environments.

Constructor & Destructor Documentation

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

Member Function Documentation

void RBlockListenerAdapter::blocksCleared ( )
signal
void RBlockListenerAdapter::blocksUpdated ( RDocumentInterface documentInterface)
signal
virtual void RBlockListenerAdapter::clearBlocks ( )
inlinevirtual

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

Implements RBlockListener.

virtual void RBlockListenerAdapter::updateBlocks ( RDocumentInterface documentInterface)
inlinevirtual

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

Implements RBlockListener.


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