property added

This commit is contained in:
Oliver Specht 2001-03-13 08:40:46 +00:00
parent 39ae1b64e7
commit a9b36a613e
2 changed files with 14 additions and 4 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: ConditionalText.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: mi $ $Date: 2000-11-08 12:44:50 $
* last change: $Author: os $ $Date: 2001-03-13 09:40:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -85,6 +85,11 @@ service ConditionalText
/** contains the condition.
*/
[property] string Condition;
/** contains the result of the last evaluation of the condition.
<p>This property has to be read/written in file export/import to save and
restore the result without initiation of a new evaluation.</p>
*/
[property] boolean IsConditionTrue;
};
//=============================================================================

View file

@ -2,9 +2,9 @@
*
* $RCSfile: HiddenText.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: mi $ $Date: 2000-11-08 12:44:50 $
* last change: $Author: os $ $Date: 2001-03-13 09:40:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -83,6 +83,11 @@ service HiddenText
/** contains the condition.
*/
[property] string Condition;
/** contains the result of the last evaluation of the condition.
<p>This property has to be read/written in file export/import to save and
restore the result without initiation of a new evaluation.</p>
*/
[property] boolean IsHidden;
};
//=============================================================================