# Copyright 2008, 2009 Hannes Hochreiner
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
# These lines are only needed if you don't put the script directly into
# the installation directory
import sys
# Unix
# OS X
# Windows
# We will use the inkex module with the predefined Effect base class.
import inkex
list = []
return list
str = ""
return str[1:]
# Call the base class constructor.
self.OptionParser.add_option('--remove_script', action = 'store', type = 'inkbool', dest = 'remove_script', default = True)
self.OptionParser.add_option('--remove_effects', action = 'store', type = 'inkbool', dest = 'remove_effects', default = True)
self.OptionParser.add_option('--remove_masterSlide', action = 'store', type = 'inkbool', dest = 'remove_masterSlide', default = True)
self.OptionParser.add_option('--remove_transitions', action = 'store', type = 'inkbool', dest = 'remove_transitions', default = True)
self.OptionParser.add_option('--remove_autoTexts', action = 'store', type = 'inkbool', dest = 'remove_autoTexts', default = True)
self.OptionParser.add_option('--remove_views', action = 'store', type = 'inkbool', dest = 'remove_views', default = True)
# Remove script, if so desired.
# Find and delete script node.
# Remove "jessyInkInit()" in the "onload" attribute, if present.
else:
propList = []
if prop == "jessyInkInit()":
else:
# Remove effect attributes, if so desired.
# Remove old style attributes as well.
# Remove master slide assignment, if so desired.
# Remove old style attributes as well.
# Remove transitions, if so desired.
# Remove old style attributes as well.
# Remove auto texts, if so desired.
# Remove old style attributes as well.
# Remove views, if so desired.
# Create effect instance.