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
(Factories:)
(Factories:)
Line 1: Line 1:
=== Factories: ===
+
=== Factories ===
  
 
'''QG_ActionHandler :'''
 
'''QG_ActionHandler :'''
Line 17: Line 17:
 
Access to GUI interface: Qt widgets
 
Access to GUI interface: Qt widgets
  
 +
=== CAD Entities ===
  
 
'''RS_Entity'''
 
'''RS_Entity'''
  
 
Base class for all CAD entity types
 
Base class for all CAD entity types

Revision as of 15:11, 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

CAD Entities

RS_Entity

Base class for all CAD entity types