Difference between revisions of "Scripter Architecture"
From Scribus Wiki
(→Functions which have to be modified) |
(→Functions which have to be modified) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
==Functions which have not been ported yet== | ==Functions which have not been ported yet== | ||
− | ==Functions | + | ==Functions should be modified== |
===Selecting objects=== | ===Selecting objects=== | ||
Line 18: | Line 18: | ||
==New functions== | ==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 |
Latest revision as of 21:31, 25 October 2009
This document describes how the Scripter (NG) is built.
Contents
Missing functions
Functions which have not been ported yet
Functions should 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