Scripter Architecture: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
Line 18: Line 18:
==New functions==
==New functions==


* get
===Getting object properties===
 
* find a way to know if the object is in a group and if yes in which group it is

Revision as of 21:30, 25 October 2009

This article is part of the Scripts series.

This document describes how the Scripter (NG) is built.

Missing functions

Functions which have not been ported yet

Functions which have to be modified

Selecting objects

  • getSelectedObject(...):
    • it should return the groups as one single object
  • selectionCount(...)
    • should count the groups as one single object

New functions

Getting object properties

  • find a way to know if the object is in a group and if yes in which group it is