[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

BookOfRulesStack

inherits from BookStack

... <- ObjectList <- DenseObjectList <- StackOfCards <- BookStack <- BookOfRulesStack



Operations

Get list of all operations

AboutToShowStack


Attributes

Get list of all attributes

Class BookOfRulesStack defines no new attributes.


Fields

Field Type
StackOfCards: protoCard: Card
canWrap: Boolean
canDelete: Boolean
containsNewItems: Boolean
disableCardTracking: Boolean
stackScene: StackScene
BookStack: book: Object
toc: Object
hidePageNumbersInContents: Boolean


Instance template

instance BookOfRulesStack tag;
      protoCard: nilObject;
        canWrap: false;
      canDelete: false;
containsNewItems: false;
disableCardTracking: false;
     stackScene: nilObject;
           book: nilObject;
            toc: nilObject;
hidePageNumbersInContents: false;
end instance;

Class definition

Define Class BookOfRulesStack;
    inherits from BookStack;

    overrides AboutToShowStack;
        // goes through the list of public package scenes and adds pages for
        // any scenes which have rules but don't have pages in this book.
end class;