View Issue Details

IDProjectCategoryView StatusLast Update
0000097ScribusGeneralpublic2008-02-08 16:48
Reportercbradney Assigned Tofschmid  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Summary0000097: Allow access to DatSav File Save Icon through public member or better way
DescriptionSubik/Petr would like to be able to mark the document modified and enable the file save icon from within a plugin. Currently he can setModified on the document but cannot enable DatSav as its private. We need a public member or slot to perform both actions, ie mark the document (un)modified and enable/disable the file save icon, if there isnt one already.
TagsNo tags attached.
Patch

Activities

fschmid

2003-12-30 15:14

administrator   ~0000100

You can use the Function slotDocCh(bool) for this purpose.
Example:
assuming the Variable Carrier contains a pointer to the ScribusApp Class
you can write Carrier->slotDocCh(false)

cbradney

2003-12-30 16:10

administrator   ~0000101

No Bug

Issue History

Date Modified Username Field Change
2003-12-28 15:11 cbradney New Issue
2003-12-28 15:12 cbradney Assigned To => fschmid
2003-12-28 15:12 cbradney Status new => assigned
2003-12-30 15:14 fschmid Note Added: 0000100
2003-12-30 16:10 cbradney Status assigned => closed
2003-12-30 16:10 cbradney Note Added: 0000101
2008-02-08 16:48 christoph_s Status closed => resolved
2008-02-08 16:48 christoph_s Resolution open => no change required
2008-02-08 16:48 christoph_s Status resolved => closed