We have moved to https://dokuwiki.librecad.org/

Lots of content was already moved to the new wiki, but there is still work to do. If you want to contribute, please register a new account at https://dokuwiki.librecad.org/

This wiki will be kept for a while to keep search engine results valid. Moved sites may be deleted here in future.

Difference between revisions of "API & Development"

From LibreCAD wiki
Jump to: navigation, search
(Initial addition of API)
 
(Factories:)
Line 19: Line 19:
  
 
'''RS_Entity'''
 
'''RS_Entity'''
 +
 
Base class for all CAD entity types
 
Base class for all CAD entity types

Revision as of 15:04, 25 February 2012

Factories:

QG_ActionHandler :

Responsible for starting CAD actions

RS_EventHandler :

Responsible for routing UI events

QG_ActionFactory :

Generate GUI actions and connection to CAD actions

QG_DialogFactory

Access to GUI interface: Qt widgets


RS_Entity

Base class for all CAD entity types