diff --git a/doc/conf.json b/doc/conf.json index ab4786b..7ac2b3e 100644 --- a/doc/conf.json +++ b/doc/conf.json @@ -31,6 +31,7 @@ "./lib/pixi/popup.js", "./lib/pixi/popupmenu.js", "./lib/pixi/progress.js", + "./lib/pixi/scrollview.js", "./lib/pixi/slider.js", "./lib/pixi/switch.js", "./lib/pixi/theme.js", diff --git a/doc/out/AbstractPopup.html b/doc/out/AbstractPopup.html index 50946f4..df4782f 100644 --- a/doc/out/AbstractPopup.html +++ b/doc/out/AbstractPopup.html @@ -620,6 +620,12 @@ @@ -639,6 +647,50 @@ +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1213,7 +1467,7 @@ like Popup, Message, Tooltip...

    @@ -1444,7 +1698,7 @@ like Popup, Message, Tooltip...

    The theme to use for this popup. Possible values are dark, light, red - or a Theme object.

    +or a Theme object.

    @@ -1485,7 +1739,7 @@ like Popup, Message, Tooltip...

    The heading inside the popup as a string, a number (will be - converted to a text) or as a PIXI.Text object.

    +converted to a text) or as a PIXI.Text object.

    @@ -1526,7 +1780,7 @@ like Popup, Message, Tooltip...

    A text, a number (will be converted to a text) or - an PIXI.DisplayObject as the content of the popup.

    +an PIXI.DisplayObject as the content of the popup.

    @@ -1851,7 +2105,7 @@ like Popup, Message, Tooltip...

    A textstyle object for the styling of the header. See PIXI.TextStyle - for possible options.

    +for possible options.

    @@ -1888,7 +2142,7 @@ like Popup, Message, Tooltip...

    A textstyle object for the styling of the text. See PIXI.TextStyle - for possible options.

    +for possible options.

    @@ -2029,7 +2283,7 @@ like Popup, Message, Tooltip...

    When set to portrait, the popup cannot be displayed in landscape mode. When set - to landscape, the popup cannot be displayed in portrait mode.

    +to landscape, the popup cannot be displayed in portrait mode.

    @@ -2658,7 +2912,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/Badge.html b/doc/out/Badge.html index d449e1d..faf0b7c 100644 --- a/doc/out/Badge.html +++ b/doc/out/Badge.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1440,7 +1694,7 @@

    A string for the label of the tooltip or an object to configure the tooltip - to display.

    +to display.

    @@ -1559,6 +1813,8 @@ const badge1 = new Badge({ inherited + overrides + @@ -1613,6 +1869,8 @@ a string, a number or a PIXI.DisplayObject.

    inherited + overrides + @@ -1675,6 +1933,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1827,11 +2087,11 @@ a string, a number or a PIXI.Text object.

    layout - ()AbstractPopup + ()Badge - inherited + inherited overrides @@ -1840,7 +2100,7 @@ a string, a number or a PIXI.Text object.

    @@ -1851,7 +2111,7 @@ a string, a number or a PIXI.Text object.

    -

    Should be called to refresh the layout of the popup. Can be used after resizing.

    +

    Should be called to refresh the layout of the badge. Can be used after resizing.

    @@ -1912,11 +2172,11 @@ a string, a number or a PIXI.Text object.

    - AbstractPopup + Badge - A reference to the popup for chaining. + A reference to the badge for chaining. @@ -1943,6 +2203,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -2106,7 +2368,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/BlurFilter.html b/doc/out/BlurFilter.html index f65287a..654100b 100644 --- a/doc/out/BlurFilter.html +++ b/doc/out/BlurFilter.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1215,7 +1469,7 @@ is assigned to!

    @@ -1287,7 +1541,7 @@ is assigned to!

    The area where the blur effect should be applied to. Relative to the - canvas, NOT relative to the PIXI.DisplayObject where the blur effect is assigned to!

    +canvas, NOT relative to the PIXI.DisplayObject where the blur effect is assigned to!

    @@ -1538,7 +1792,7 @@ app.scene.filters = [blurFilter]
    diff --git a/doc/out/Button.html b/doc/out/Button.html index fe6d098..b9affde 100644 --- a/doc/out/Button.html +++ b/doc/out/Button.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1476,7 +1730,7 @@

    The theme to use for this button. Possible values are dark, light, red - or a Theme object.

    +or a Theme object.

    @@ -2165,7 +2419,7 @@

    A textstyle object for the styling of the label. See PIXI.TextStyle - for possible options.

    +for possible options.

    @@ -2202,7 +2456,7 @@

    A textstyle object for the styling of the label when the - button is activated. See PIXI.TextStyle for possible options.

    +button is activated. See PIXI.TextStyle for possible options.

    @@ -2311,7 +2565,7 @@

    Is the button disabled? When disabled, the button has a lower alpha value - and cannot be clicked (interactive is set to false).

    +and cannot be clicked (interactive is set to false).

    @@ -2486,7 +2740,7 @@

    The type of the button. Can be default or checkbox. When the type is - checkbox, the active state is toggled automatically.

    +checkbox, the active state is toggled automatically.

    @@ -2523,7 +2777,7 @@

    The horizontal position of the label and the icon. Possible values are - left, center and right. Only affects the style when the minWidth is bigger than the width of the icon and label.

    +left, center and right. Only affects the style when the minWidth is bigger than the width of the icon and label.

    @@ -2560,7 +2814,7 @@

    The vertical position of the label and the icon. Possible values are - top, middle and button. Only affects the style when the minHeight is bigger than the height of the icon and label.

    +top, middle and button. Only affects the style when the minHeight is bigger than the height of the icon and label.

    @@ -2598,7 +2852,7 @@

    A string for the label of the tooltip or an object to configure the tooltip - to display.

    +to display.

    @@ -2636,7 +2890,7 @@

    A string for the label of the badge or an object to configure the badge to display. - If the parameter is an object, all badge options can be set plus the following:

    +If the parameter is an object, all badge options can be set plus the following:

    @@ -3556,7 +3810,7 @@ the tint property of the icon sprite.

    diff --git a/doc/out/ButtonGroup.html b/doc/out/ButtonGroup.html index ebea199..27aa3b1 100644 --- a/doc/out/ButtonGroup.html +++ b/doc/out/ButtonGroup.html @@ -620,6 +620,12 @@ @@ -639,6 +647,50 @@ +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1439,8 +1693,8 @@

    An array of the buttons of the button group. One item of the array (one object) - can have exactly the same properties as an Button object when instantiating a Button. If a property of the button group - conflicts with a property of a button object, the value from the button object will be used.

    +can have exactly the same properties as an Button object when instantiating a Button. If a property of the button group +conflicts with a property of a button object, the value from the button object will be used.

    @@ -1480,7 +1734,7 @@

    The theme to use for this button group. Possible values are dark, light, red - or a Theme object.

    +or a Theme object.

    @@ -2129,7 +2383,7 @@

    Button: A textstyle object for the styling of the label. See PIXI.TextStyle - for possible options.

    +for possible options.

    @@ -2166,7 +2420,7 @@

    Button: A textstyle object for the styling of the label when the - button is activated. See PIXI.TextStyle for possible options.

    +button is activated. See PIXI.TextStyle for possible options.

    @@ -2275,7 +2529,7 @@

    Is the button group disabled? When disabled, the button group has a lower alpha value - and cannot be clicked (interactive of every button is set to false).

    +and cannot be clicked (interactive of every button is set to false).

    @@ -2312,8 +2566,8 @@

    The type of the button group. Can be default, checkbox or radio. When the type is - checkbox, the active state is toggled for each button automatically. When the type is radio, only one button can - be activated at the same time.

    +checkbox, the active state is toggled for each button automatically. When the type is radio, only one button can +be activated at the same time.

    @@ -2386,7 +2640,7 @@

    Button: The horizontal position of the label and the icon. Possible values are - left, center and right. Only affects the style when the minWidth is bigger than the width of the icon and label.

    +left, center and right. Only affects the style when the minWidth is bigger than the width of the icon and label.

    @@ -2423,7 +2677,7 @@

    Button: The vertical position of the label and the icon. Possible values are - top, middle and bottom. Only affects the style when the minHeight is bigger than the height of the icon and label.

    +top, middle and bottom. Only affects the style when the minHeight is bigger than the height of the icon and label.

    @@ -2952,7 +3206,7 @@ app.scene.addChild(buttonGroup)
    diff --git a/doc/out/DeepZoomImage.html b/doc/out/DeepZoomImage.html index fc870f3..f8451d6 100644 --- a/doc/out/DeepZoomImage.html +++ b/doc/out/DeepZoomImage.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1215,7 +1469,7 @@ more detailed tiles at the larger level as fast as possible.

    @@ -1324,6 +1578,13 @@ more detailed tiles at the larger level as fast as possible.

    +

    Classes

    + +
    +
    DeepZoomImage
    + +
    + @@ -4311,7 +4572,7 @@ layer.

    Default setup method for tiles. Loads all tiles of the current level. - Can be overwritten in subclasses.

    +Can be overwritten in subclasses.

    @@ -4741,7 +5002,7 @@ load tiles accordingly.

  • +i.e. after loading a single tile

    @@ -4829,7 +5090,7 @@ load tiles accordingly.

    diff --git a/doc/out/DeepZoomInfo.html b/doc/out/DeepZoomInfo.html index 3205b35..34577bb 100644 --- a/doc/out/DeepZoomInfo.html +++ b/doc/out/DeepZoomInfo.html @@ -620,6 +620,12 @@ @@ -639,6 +647,50 @@ +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1212,7 +1466,7 @@ height and width of the overall image, overlap, and image type.

    @@ -1344,6 +1598,13 @@ height and width of the overall image, overlap, and image type.

    +

    Classes

    + +
    +
    DeepZoomInfo
    + +
    + @@ -1982,7 +2243,7 @@ height and width of the overall image, overlap, and image type.

    Loads the image for the given url and executes a callback function - on completion.

    +on completion.

    @@ -2342,7 +2603,7 @@ height and width of the overall image, overlap, and image type.

    diff --git a/doc/out/Flippable.html b/doc/out/Flippable.html index a392310..9c5b8dc 100644 --- a/doc/out/Flippable.html +++ b/doc/out/Flippable.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -2252,7 +2506,7 @@ front.on('click', event => flippable.toggle())
    diff --git a/doc/out/FontInfo.html b/doc/out/FontInfo.html index f466a4a..9e44899 100644 --- a/doc/out/FontInfo.html +++ b/doc/out/FontInfo.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1299,7 +1553,7 @@
    diff --git a/doc/out/Hypenate.html b/doc/out/Hypenate.html index f96fc0d..9df23cc 100644 --- a/doc/out/Hypenate.html +++ b/doc/out/Hypenate.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1501,7 +1755,7 @@
    diff --git a/doc/out/InteractivePopup.html b/doc/out/InteractivePopup.html index 2ffdd74..6c75de1 100644 --- a/doc/out/InteractivePopup.html +++ b/doc/out/InteractivePopup.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1213,7 +1467,7 @@ like Popup, Message...

    @@ -1503,6 +1757,13 @@ like Popup, Message...

    +

    Classes

    + +
    +
    InteractivePopup
    + +
    + @@ -1523,6 +1784,8 @@ like Popup, Message...

    inherited + overrides + @@ -1577,6 +1840,8 @@ a string, a number or a PIXI.DisplayObject.

    inherited + overrides + @@ -1639,6 +1904,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1905,6 +2172,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -2068,7 +2337,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/LabeledGraphics.exports.LabeledGraphics.html b/doc/out/LabeledGraphics.exports.LabeledGraphics.html index b12fc74..b04e146 100644 --- a/doc/out/LabeledGraphics.exports.LabeledGraphics.html +++ b/doc/out/LabeledGraphics.exports.LabeledGraphics.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1301,7 +1555,7 @@
    diff --git a/doc/out/LabeledGraphics.html b/doc/out/LabeledGraphics.html index 67d9279..265e507 100644 --- a/doc/out/LabeledGraphics.html +++ b/doc/out/LabeledGraphics.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1607,12 +1861,12 @@ under the given key.

    -

    Defines attributes of the text object. - align: 'right', 'left', or 'center' - justify: 'top', 'bottom', or 'center' - maxLines: {integer} truncates the text and adds ellipsis - maxHeight: {number} truncates text that needs more space and adds ellipsis - maxWidth: {number} word wraps text using hyphenation if possible

    +

    Defines attributes of the text object. +align: 'right', 'left', or 'center' +justify: 'top', 'bottom', or 'center' +maxLines: {integer} truncates the text and adds ellipsis +maxHeight: {number} truncates text that needs more space and adds ellipsis +maxWidth: {number} word wraps text using hyphenation if possible

    @@ -2366,7 +2620,7 @@ than wanted

    diff --git a/doc/out/List.html b/doc/out/List.html index 038ec59..77a8e5c 100644 --- a/doc/out/List.html +++ b/doc/out/List.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1357,7 +1611,7 @@

    The width of the list. If the items are larger than this width, the overflow - will be hidden.

    +will be hidden.

    @@ -1392,7 +1646,7 @@

    The height of the list. If the items are larger than this height, the overflow - will be hidden.

    +will be hidden.

    @@ -1537,7 +1791,7 @@

    The horizontal position of the items. Possible values are - left, center and right.

    +left, center and right.

    @@ -1574,7 +1828,7 @@

    The vertical position of the items. Possible values are - top, middle and bottom.

    +top, middle and bottom.

    @@ -1609,7 +1863,7 @@

    The PixiJS Application. Must be set if you want to use the mousewheel to - scroll your list.

    +scroll your list.

    @@ -2325,7 +2579,7 @@ app.scene.addChild(list)
    diff --git a/doc/out/Message.html b/doc/out/Message.html index b008377..34940ee 100644 --- a/doc/out/Message.html +++ b/doc/out/Message.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1511,7 +1765,7 @@

    The horizontal position of the message box relative to the app. Possible - values are left, center, right.

    +values are left, center, right.

    @@ -1548,7 +1802,7 @@

    The vertical position of the message box relative to the app. Possible - values are top, middle, bottom.

    +values are top, middle, bottom.

    @@ -1759,16 +2013,303 @@ app.scene.addChild(button) +

    Classes

    + +
    +
    InteractivePopup
    + + +
    InteractivePopup
    + +
    +

    Members

    + +
    + +
    +
    +

    + + content + string | number | PIXI.DisplayObject + + + + inherited + + + overrides + +

    +
    + + +
    +
    + +
    +

    Sets or gets the content. The getter always returns an PIXI.DisplayObject. The setter can receive +a string, a number or a PIXI.DisplayObject.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    + +
    + + +
    +
    + +
    +

    Sets or gets the header. The getter always returns a PIXI.Text object. The setter can receive +a string, a number or a PIXI.Text object.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + +
    + +
    + +

    Methods

    +
    +
    +

    + + + hide + + (cb)AbstractPopup + + + + inherited + + + overrides + +

    + + + + +
    + + +
    +
    + + +
    +

    Hides the popup (sets his alpha values to 0).

    +
    + + + + + + + + + +
  • informs the callback to return as fast as possible, - i.e. after loading a single tile

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    cb + + +callback + + + + + + + optional + + + + + +

    Executed when hide animation was completed.

    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    Returns:
    + + + + + + + + + + + + + + + + + + + + +
    TypeDescription
    + + AbstractPopup + + + A reference to the popup for chaining.
    + + + + + + + +

    @@ -1894,7 +2435,7 @@ app.scene.addChild(button)

    diff --git a/doc/out/MessageInteractivePopup.html b/doc/out/MessageInteractivePopup.html new file mode 100644 index 0000000..4e4ba1d --- /dev/null +++ b/doc/out/MessageInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    Message#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/MessageMessageInteractivePopup.html b/doc/out/MessageMessageInteractivePopup.html new file mode 100644 index 0000000..2b18401 --- /dev/null +++ b/doc/out/MessageMessageInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    Message#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/Modal.html b/doc/out/Modal.html index 970f55e..49a6fdf 100644 --- a/doc/out/Modal.html +++ b/doc/out/Modal.html @@ -620,6 +620,12 @@ @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1475,7 +1729,7 @@

    Should the modal be closed when the user clicks the - background?

    +background?

    @@ -1611,6 +1865,16 @@ app.scene.addChild(button) +

    Classes

    + +
    +
    InteractivePopup
    + + +
    InteractivePopup
    + +
    + @@ -1629,6 +1893,8 @@ app.scene.addChild(button) + overrides + @@ -1681,6 +1947,8 @@ a string or a PIXI.DisplayObject.

    + overrides + @@ -1741,6 +2009,8 @@ a string or a PIXI.Text object.

    + overrides + @@ -1953,6 +2223,8 @@ a string or a PIXI.Text object.

    + overrides + @@ -2064,7 +2336,7 @@ a string or a PIXI.Text object.

    diff --git a/doc/out/ModalInteractivePopup.html b/doc/out/ModalInteractivePopup.html new file mode 100644 index 0000000..e0d1e51 --- /dev/null +++ b/doc/out/ModalInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    Modal#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/ModalModalInteractivePopup.html b/doc/out/ModalModalInteractivePopup.html new file mode 100644 index 0000000..39145cf --- /dev/null +++ b/doc/out/ModalModalInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    Modal#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/PIXIApp.html b/doc/out/PIXIApp.html index 5ba5c94..49cf1fc 100644 --- a/doc/out/PIXIApp.html +++ b/doc/out/PIXIApp.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1212,7 +1466,7 @@ by several functions and makes meaningful pre-assumptions.

    @@ -2062,7 +2316,7 @@ const app = new PIXIApp({ @@ -2169,7 +2423,7 @@ const app = new PIXIApp({ @@ -2298,7 +2552,7 @@ handler for the orientationchange event.

    @@ -2495,7 +2749,7 @@ to browser page coordinates.

    @@ -2692,7 +2946,7 @@ to local DisplayObject coordinates.

    @@ -2769,7 +3023,7 @@ to the layout method.

    @@ -2934,7 +3188,7 @@ to the layout method.

    @@ -3093,7 +3347,7 @@ adapt their layout to the new app size.

    @@ -3202,8 +3456,8 @@ adapt their layout to the new app size.

    A callback which is executed after all resources has been loaded. - Receives one paramter, a Map of sprites where the key is the path of the image which was - loaded and the value is the PIXI.Sprite object.

    +Receives one paramter, a Map of sprites where the key is the path of the image which was +loaded and the value is the PIXI.Sprite object.

    @@ -3292,7 +3546,7 @@ adapt their layout to the new app size.

    Should the sprites be loaded dependent of the - renderer resolution?

    +renderer resolution?

    @@ -3426,7 +3680,7 @@ adapt their layout to the new app size.

    @@ -3535,8 +3789,8 @@ adapt their layout to the new app size.

    A callback which is executed after all resources has been loaded. - Receives one paramter, a Map of textures where the key is the path of the image which was - loaded and the value is the PIXI.Texture object.

    +Receives one paramter, a Map of textures where the key is the path of the image which was +loaded and the value is the PIXI.Texture object.

    @@ -3625,7 +3879,7 @@ adapt their layout to the new app size.

    Should the textures be loaded dependent of the - renderer resolution?

    +renderer resolution?

    @@ -3759,7 +4013,7 @@ adapt their layout to the new app size.

    @@ -3916,7 +4170,7 @@ adapt their layout to the new app size.

    @@ -4073,7 +4327,7 @@ adapt their layout to the new app size.

    @@ -4181,7 +4435,7 @@ adapt their layout to the new app size.

    An options object. The following options can be set: - http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.mutate

    +http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.mutate

    @@ -4245,7 +4499,7 @@ adapt their layout to the new app size.

    Returns a Promise which is either resolved with the resulting data or - rejected with an error. +rejected with an error. @@ -4274,7 +4528,7 @@ adapt their layout to the new app size.

    @@ -4379,7 +4633,7 @@ adapt their layout to the new app size.

    @@ -4515,7 +4769,7 @@ adapt their layout to the new app size.

    @@ -4647,7 +4901,7 @@ adapt their layout to the new app size.

    The PixiApp object for chaining or the Progress object when the method was - called without a parameter. +called without a parameter. @@ -4676,7 +4930,7 @@ adapt their layout to the new app size.

    @@ -4784,7 +5038,7 @@ adapt their layout to the new app size.

    An options object. The following options can be set: - http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.query

    +http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.query

    @@ -4848,7 +5102,7 @@ adapt their layout to the new app size.

    Returns a Promise which is either resolved with the resulting data or - rejected with an error. +rejected with an error. @@ -4877,7 +5131,7 @@ adapt their layout to the new app size.

    @@ -5174,7 +5428,7 @@ adapt their layout to the new app size.

    @@ -5280,7 +5534,7 @@ Overwrite this method if you need additonal views and components.

    @@ -5388,7 +5642,7 @@ Overwrite this method if you need additonal views and components.

    An options object. The following options can be set: - http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.query

    +http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.query

    @@ -5452,7 +5706,7 @@ Overwrite this method if you need additonal views and components.

    Returns a Promise which is either resolved with the resulting data or - rejected with an error. +rejected with an error. @@ -5483,7 +5737,7 @@ Overwrite this method if you need additonal views and components.

    diff --git a/doc/out/Popup.html b/doc/out/Popup.html index a410ae4..a847f56 100644 --- a/doc/out/Popup.html +++ b/doc/out/Popup.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1491,6 +1745,16 @@ app.scene.addChild(popup) +

    Classes

    + +
    +
    InteractivePopup
    + + +
    InteractivePopup
    + +
    + @@ -1511,6 +1775,8 @@ app.scene.addChild(popup) inherited + overrides + @@ -1565,6 +1831,8 @@ a string, a number or a PIXI.DisplayObject.

    inherited + overrides + @@ -1627,6 +1895,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1786,6 +2056,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1893,6 +2165,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -2056,7 +2330,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/PopupInteractivePopup.html b/doc/out/PopupInteractivePopup.html new file mode 100644 index 0000000..af08fa4 --- /dev/null +++ b/doc/out/PopupInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    Popup#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/PopupMenu.html b/doc/out/PopupMenu.html index c3eb4c5..0240932 100644 --- a/doc/out/PopupMenu.html +++ b/doc/out/PopupMenu.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1331,9 +1585,9 @@

    A list of the menu items. Each item must be of type object. - If an object has a label property, a PIXI.Text object is created (using the textStyle property). - If an object hasn't a label property, it must contain a content property which has to be a - PIXI.DisplayObject.

    +If an object has a label property, a PIXI.Text object is created (using the textStyle property). +If an object hasn't a label property, it must contain a content property which has to be a +PIXI.DisplayObject.

    @@ -1539,6 +1793,22 @@ app.scene.addChild(button) +

    Classes

    + +
    +
    InteractivePopup
    + + +
    InteractivePopup
    + + +
    InteractivePopup
    + + +
    InteractivePopup
    + +
    + @@ -1559,6 +1829,8 @@ app.scene.addChild(button) inherited + overrides + @@ -1613,6 +1885,8 @@ a string, a number or a PIXI.DisplayObject.

    inherited + overrides + @@ -1675,6 +1949,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1834,6 +2110,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1941,6 +2219,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -2104,7 +2384,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/PopupMenuPopupInteractivePopup.html b/doc/out/PopupMenuPopupInteractivePopup.html new file mode 100644 index 0000000..de73cb7 --- /dev/null +++ b/doc/out/PopupMenuPopupInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    PopupMenu#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html b/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html new file mode 100644 index 0000000..1067189 --- /dev/null +++ b/doc/out/PopupMenuPopupMenuPopupInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    PopupMenu#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html b/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html new file mode 100644 index 0000000..3ac0dd4 --- /dev/null +++ b/doc/out/PopupMenuPopupMenuPopupPopupInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    PopupMenu#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/PopupMenuPopupPopupInteractivePopup.html b/doc/out/PopupMenuPopupPopupInteractivePopup.html new file mode 100644 index 0000000..30d7550 --- /dev/null +++ b/doc/out/PopupMenuPopupPopupInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    PopupMenu#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/PopupPopupInteractivePopup.html b/doc/out/PopupPopupInteractivePopup.html new file mode 100644 index 0000000..0e0ae58 --- /dev/null +++ b/doc/out/PopupPopupInteractivePopup.html @@ -0,0 +1,1794 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: InteractivePopup

    + + + + +
    + +
    +
    +

    Popup#InteractivePopup +

    + +

    Class that represents a PixiJS InteractivePopup. +The class is used for various other Popup-like classes +like Popup, Message...

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new InteractivePopup + + (opts) + + abstract + + inherited + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of an InteractivePopup (only for internal use).

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDescription
    opts + + +object + + + + + + + optional + + + + + +

    An options object to specify to style and behaviour of the popup.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    closeOnPopup + + +boolean + + + + + + false + + + + + optional + + + + + +

    Should the popup be closed when the user clicks on the popup?

    closeButton + + +boolean + + + + + + true + + + + + optional + + + + + +

    Should a close button be displayed on the upper right corner?

    button + + +object + + + + + + + + + optional + + + + + +

    A Button object to be display on the lower right corner.

    buttonGroup + + +object + + + + + + + + + optional + + + + + +

    A ButtonGroup object to be displayed on the lower right corner.

    +
    + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + +

    Extends

    + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/Progress.html b/doc/out/Progress.html index 1754411..c2248b9 100644 --- a/doc/out/Progress.html +++ b/doc/out/Progress.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1401,7 +1655,7 @@

    The width of the progress bar. When not set, the width is the size of the app - minus 2 * opts.margin.

    +minus 2 * opts.margin.

    @@ -1477,7 +1731,7 @@

    The theme to use for this progress. Possible values are dark, light, red - or a Theme object.

    +or a Theme object.

    @@ -1982,7 +2236,7 @@

    A textstyle object for the styling of the label. See PIXI.TextStyle - for possible options.

    +for possible options.

    @@ -2019,7 +2273,7 @@

    A textstyle object for the styling of the label when the - progress is activated. See PIXI.TextStyle for possible options.

    +progress is activated. See PIXI.TextStyle for possible options.

    @@ -2615,7 +2869,7 @@ app.scene.addChild(progress)
    diff --git a/doc/out/Scrollview.html b/doc/out/Scrollview.html new file mode 100644 index 0000000..cecb93e --- /dev/null +++ b/doc/out/Scrollview.html @@ -0,0 +1,1714 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Class: Scrollview

    + + + + +
    + +
    +
    +

    Scrollview +

    + +

    Class that represents a PixiJS Scrollview.

    + +
    +
    + +
    +
    + + + + +
    +
    +

    + + + new Scrollview + + () + + + + +

    + + + + +
    + + +
    +
    + + +
    +

    Creates an instance of a Scrollview.

    +
    + + + + + + + + + +
    + + + + + + + + + + + + + + + + + +
    See:
    +
    + +
    + + + +
    + + + + + + + + + + + + + +
    Example
    + + + +
    // Create the app
    +const app = new PIXIApp({
    +    view: canvas,
    +    width: 900,
    +    height: 250
    +}).setup().run()
    +
    +// Create the Scrollview
    +app.loader
    +    .add('elephant', './assets/elephant-1.jpg')
    +    .load((loader, resources) => {
    +        const sprite = new PIXI.Sprite(resources.elephant.texture)
    +        const scrollview = new Scrollview({boxWidth: 400, boxHeight: 180})
    +        scrollview.content.addChild(sprite)
    +        app.scene.addChild(scrollview)
    + + + +
    + + +
    + + +

    Extends

    + +
      +
    • PIXI.extras.Scrollbox
    • +
    + + + + + + + + + + + + + +

    Methods

    + +
    + +
    +
    +

    + + + layout + + ()Scrollview + + + + +

    + + + + +
    + + +
    +
    + + +
    +

    Should be called to refresh the layout of the Scrollview. Can be used after resizing.

    +
    + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    Returns:
    + + + + + + + + + + + + + + + + + + + + +
    TypeDescription
    + + Scrollview + + + A reference to the Scrollview for chaining.
    + + + + +
    + +
    + + + + + + + +
    + +
    + + + + + + + +
    + +
    +
    +
    + + + + \ No newline at end of file diff --git a/doc/out/Slider.html b/doc/out/Slider.html index f0a6045..4d0fdfe 100644 --- a/doc/out/Slider.html +++ b/doc/out/Slider.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1442,7 +1696,7 @@

    The theme to use for this slider. Possible values are dark, light, red - or a Theme object.

    +or a Theme object.

    @@ -1983,7 +2237,7 @@

    Is the slider disabled? When disabled, the slider has a lower alpha value - and cannot be clicked (interactive is set to false).

    +and cannot be clicked (interactive is set to false).

    @@ -2123,7 +2377,7 @@

    A string for the label of the tooltip or an object to configure the tooltip - to display.

    +to display.

    @@ -2706,7 +2960,7 @@ app.scene.addChild(slider)
    diff --git a/doc/out/Switch.html b/doc/out/Switch.html index 345450e..47715fa 100644 --- a/doc/out/Switch.html +++ b/doc/out/Switch.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1442,7 +1696,7 @@

    The theme to use for this switch. Possible values are dark, light, red - or a Theme object.

    +or a Theme object.

    @@ -2343,7 +2597,7 @@

    Is the switch disabled? When disabled, the switch has a lower alpha value - and cannot be clicked (interactive is set to false).

    +and cannot be clicked (interactive is set to false).

    @@ -2553,7 +2807,7 @@

    A string for the label of the tooltip or an object to configure the tooltip - to display.

    +to display.

    @@ -3136,7 +3390,7 @@ app.scene.addChild(switch1)
    diff --git a/doc/out/TextLabel.TextLabel.html b/doc/out/TextLabel.TextLabel.html index f505657..eb5acc4 100644 --- a/doc/out/TextLabel.TextLabel.html +++ b/doc/out/TextLabel.TextLabel.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1430,7 +1684,7 @@
    diff --git a/doc/out/Theme.html b/doc/out/Theme.html index 2b21508..f6668fa 100644 --- a/doc/out/Theme.html +++ b/doc/out/Theme.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + + + + + + +
  • + +
  • + + + MessageMessageInteractivePopup + + + + + + +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + + + + + + +
  • + +
  • + + + ModalModalInteractivePopup + + + + + + +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + + + + + + +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + + + + + + +
  • + +
  • + + + PopupPopupInteractivePopup + + + + + + +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + + + + + + +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -2123,7 +2377,7 @@

    A textstyle object for the styling of text. See PIXI.TextStyle - for possible options. Default object:

    +for possible options. Default object:

    @@ -2472,7 +2726,7 @@

    A textstyle object which is used - for actived text.

    +for actived text.

    @@ -2509,7 +2763,7 @@

    A textstyle object which is used for - small text.

    +small text.

    @@ -2546,7 +2800,7 @@

    A textstyle object which - is used for small actived text.

    +is used for small actived text.

    @@ -2583,7 +2837,7 @@

    A textstyle object which is used for - large text.

    +large text.

    @@ -2620,7 +2874,7 @@

    A textstyle object which - is used for large actived text.

    +is used for large actived text.

    @@ -2905,7 +3159,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/ThemeDark.html b/doc/out/ThemeDark.html index 1760963..2efaa6b 100644 --- a/doc/out/ThemeDark.html +++ b/doc/out/ThemeDark.html @@ -620,6 +620,12 @@ @@ -639,6 +647,50 @@ +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1326,7 +1580,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/ThemeLight.html b/doc/out/ThemeLight.html index 0151794..20bc3c7 100644 --- a/doc/out/ThemeLight.html +++ b/doc/out/ThemeLight.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1212,7 +1466,7 @@ The color1 is set to 0xf6f6f6, color2 to 0x282828.

    @@ -1307,6 +1561,13 @@ const app = new PIXIApp({ +

    Classes

    + +
    +
    ThemeLight
    + +
    + @@ -1331,7 +1592,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/ThemeRed.html b/doc/out/ThemeRed.html index e9be5dd..00e90f1 100644 --- a/doc/out/ThemeRed.html +++ b/doc/out/ThemeRed.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1212,7 +1466,7 @@ The primaryColor is set to 0xd92f31.

    @@ -1307,6 +1561,13 @@ const app = new PIXIApp({ +

    Classes

    + +
    +
    ThemeRed
    + +
    + @@ -1331,7 +1592,7 @@ const app = new PIXIApp({
    diff --git a/doc/out/TileQuadNode.html b/doc/out/TileQuadNode.html index 44d27ee..1e4389b 100644 --- a/doc/out/TileQuadNode.html +++ b/doc/out/TileQuadNode.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1218,7 +1472,7 @@ the memory pressure.

    @@ -1602,7 +1856,7 @@ and west flags to address nw, ne, sw, and se.

    Return True if this node has no successors and can be used as - an indicator of tiles to free.

    +an indicator of tiles to free.

    @@ -1790,7 +2044,7 @@ and west flags to address nw, ne, sw, and se.

    diff --git a/doc/out/Tooltip.html b/doc/out/Tooltip.html index b214bca..0978515 100644 --- a/doc/out/Tooltip.html +++ b/doc/out/Tooltip.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1697,6 +1951,8 @@ const tooltip = new Tooltip({ inherited + overrides + @@ -1751,6 +2007,8 @@ a string, a number or a PIXI.DisplayObject.

    inherited + overrides + @@ -1813,6 +2071,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -1972,6 +2232,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -2079,6 +2341,8 @@ a string, a number or a PIXI.Text object.

    inherited + overrides + @@ -2242,7 +2506,7 @@ a string, a number or a PIXI.Text object.

    diff --git a/doc/out/UITest.html b/doc/out/UITest.html index b9aeed4..1e2d095 100644 --- a/doc/out/UITest.html +++ b/doc/out/UITest.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -3923,7 +4177,7 @@ test.start()
    diff --git a/doc/out/Volatile.html b/doc/out/Volatile.html index 56409e4..2b5fe3d 100644 --- a/doc/out/Volatile.html +++ b/doc/out/Volatile.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1211,7 +1465,7 @@ @@ -1839,7 +2093,7 @@ app.scene.addChild(button)
    diff --git a/doc/out/global.html b/doc/out/global.html index 2e1030b..872463c 100644 --- a/doc/out/global.html +++ b/doc/out/global.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -3060,7 +3314,7 @@
    diff --git a/doc/out/index.html b/doc/out/index.html index c65a9b7..fec0750 100644 --- a/doc/out/index.html +++ b/doc/out/index.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1194,18 +1448,23 @@
    -

    IWM Browser JavaScript API

    IWM Browser Classes

    This is the JavaScript API documentation of the IWM Browser JavaScript classes.

    -

    Useful IWM Browser Resources

      +

      IWM Browser JavaScript API

      +

      IWM Browser Classes

      +

      This is the JavaScript API documentation of the IWM Browser JavaScript classes.

      +

      Useful IWM Browser Resources

      + -

      Useful PixiJS Resources

        +

        Useful PixiJS Resources

        + -

        List of 3rd party libraries included

          +

          List of 3rd party libraries included

          +
          • PixiJS
          • Greensock with all Plugins
          • D3
          • @@ -1221,7 +1480,7 @@
            diff --git a/doc/out/pixi_abstractpopup.js.html b/doc/out/pixi_abstractpopup.js.html index 12974e6..62b8165 100644 --- a/doc/out/pixi_abstractpopup.js.html +++ b/doc/out/pixi_abstractpopup.js.html @@ -620,6 +620,12 @@ @@ -639,6 +647,50 @@
          +
        • + + + MessageInteractivePopup + +
            + +
          +
            + +
          +
            + +
          +
            + +
          +
            + +
          +
        • + +
        • + + + MessageMessageInteractivePopup + +
            + +
          +
            + +
          +
            + +
          +
            + +
          +
            + +
          +
        • +
        • @@ -675,6 +727,50 @@
        +
      • + + + ModalInteractivePopup + +
          + +
        +
          + +
        +
          + +
        +
          + +
        +
          + +
        +
      • + +
      • + + + ModalModalInteractivePopup + +
          + +
        +
          + +
        +
          + +
        +
          + +
        +
          + +
        +
      • +
      • @@ -779,6 +875,28 @@
      +
    • + + + PopupInteractivePopup + +
        + +
      +
        + +
      +
        + +
      +
        + +
      +
        + +
      +
    • +
    • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1554,7 +1808,7 @@ export default class AbstractPopup extends PIXI.Graphics {
    diff --git a/doc/out/pixi_app.js.html b/doc/out/pixi_app.js.html index bc07352..11fa23c 100644 --- a/doc/out/pixi_app.js.html +++ b/doc/out/pixi_app.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1286,16 +1540,16 @@ export default class PIXIApp extends PIXI.Application { } super({ - view: view, - width: width, - height: height, - transparent: transparent, - antialias: antialias, - resolution: resolution, - autoResize: autoResize, - backgroundColor: backgroundColor, - roundPixels: roundPixels, - forceCanvas: forceCanvas + view, + width, + height, + transparent, + antialias, + resolution, + autoResize, + backgroundColor, + forceCanvas, + roundPixels // not needed for PixiJS >= 5 }) this.width = width @@ -1307,7 +1561,12 @@ export default class PIXIApp extends PIXI.Application { this.orient = null this.originalMapPositionToPoint = null this.monkeyPatchMapping = monkeyPatchMapping - PIXI.Graphics.CURVES.adaptive = adaptive + if (parseInt(PIXI.VERSION) >= 5) { + PIXI.settings.ROUND_PIXELS = roundPixels + PIXI.GRAPHICS_CURVES.adaptive = adaptive + } else { + PIXI.Graphics.CURVES.adaptive = adaptive + } this.graphql = graphql if (fullScreen || autoResize) { console.log('App is in fullScreen mode or autoResize mode') @@ -1920,7 +2179,7 @@ class FpsDisplay extends PIXI.Graphics {
    diff --git a/doc/out/pixi_badge.js.html b/doc/out/pixi_badge.js.html index ee7860a..2f88199 100644 --- a/doc/out/pixi_badge.js.html +++ b/doc/out/pixi_badge.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1306,7 +1560,7 @@ export default class Badge extends AbstractPopup {
    diff --git a/doc/out/pixi_blurfilter.js.html b/doc/out/pixi_blurfilter.js.html index 4e70b5d..db272bb 100644 --- a/doc/out/pixi_blurfilter.js.html +++ b/doc/out/pixi_blurfilter.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1460,7 +1714,7 @@ class TiltShiftYFilter extends TiltShiftAxisFilter {
    diff --git a/doc/out/pixi_button.js.html b/doc/out/pixi_button.js.html index be8f9b4..332b4b8 100644 --- a/doc/out/pixi_button.js.html +++ b/doc/out/pixi_button.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1810,7 +2064,7 @@ export default class Button extends PIXI.Container { size = this.opts.minHeight - (2 * this.opts.padding) } - const url = Button.iconIsUrl(icon) ? icon : `../../assets/icons/png/flat/${icon}.png` + const url = Button.iconIsUrl(icon) ? icon : `../../assets/icons/${icon}.png` const iconTexture = PIXI.Texture.fromImage(url, true) const sprite = new PIXI.Sprite(iconTexture) @@ -1864,7 +2118,7 @@ export default class Button extends PIXI.Container {
    diff --git a/doc/out/pixi_buttongroup.js.html b/doc/out/pixi_buttongroup.js.html index 8ff8a42..3b7dc2b 100644 --- a/doc/out/pixi_buttongroup.js.html +++ b/doc/out/pixi_buttongroup.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1543,7 +1797,7 @@ export default class ButtonGroup extends PIXI.Graphics {
    diff --git a/doc/out/pixi_deepzoom_image.js.html b/doc/out/pixi_deepzoom_image.js.html index fc72f2b..760aa16 100644 --- a/doc/out/pixi_deepzoom_image.js.html +++ b/doc/out/pixi_deepzoom_image.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -2315,7 +2569,7 @@ export class DeepZoomImage extends PIXI.Container {
    diff --git a/doc/out/pixi_flippable.js.html b/doc/out/pixi_flippable.js.html index 5155d6c..5630ca8 100644 --- a/doc/out/pixi_flippable.js.html +++ b/doc/out/pixi_flippable.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1638,7 +1892,7 @@ export default class Flippable extends PIXI.projection.Camera3d {
    diff --git a/doc/out/pixi_labeledgraphics.js.html b/doc/out/pixi_labeledgraphics.js.html index ab71369..dd2a4a6 100644 --- a/doc/out/pixi_labeledgraphics.js.html +++ b/doc/out/pixi_labeledgraphics.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1611,7 +1865,7 @@ export class BitmapLabeledGraphics extends LabeledGraphics {
    diff --git a/doc/out/pixi_list.js.html b/doc/out/pixi_list.js.html index f5f55e1..14bb0ce 100644 --- a/doc/out/pixi_list.js.html +++ b/doc/out/pixi_list.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1293,11 +1547,11 @@ export default class List extends PIXI.Container { if (this.opts.app) { const app = this.opts.app app.view.addEventListener('mousewheel', event => { - event.preventDefault() const bounds = this.mask ? this.mask.getBounds() : this.getBounds() const x = event.clientX - app.view.getBoundingClientRect().left const y = event.clientY - app.view.getBoundingClientRect().top if (bounds.contains(x, y)) { + event.preventDefault() this.emit('scroll', event) } }) @@ -1578,7 +1832,7 @@ export default class List extends PIXI.Container {
    diff --git a/doc/out/pixi_message.js.html b/doc/out/pixi_message.js.html index e611e03..73a7595 100644 --- a/doc/out/pixi_message.js.html +++ b/doc/out/pixi_message.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1323,7 +1577,7 @@ export default class Message extends InteractivePopup {
    diff --git a/doc/out/pixi_modal.js.html b/doc/out/pixi_modal.js.html index 3f53a99..c84e9ab 100644 --- a/doc/out/pixi_modal.js.html +++ b/doc/out/pixi_modal.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1398,7 +1652,7 @@ export default class Modal extends PIXI.Container {
    diff --git a/doc/out/pixi_popup.js.html b/doc/out/pixi_popup.js.html index 57414d8..f2fd5d5 100644 --- a/doc/out/pixi_popup.js.html +++ b/doc/out/pixi_popup.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1258,7 +1512,7 @@ export class InteractivePopup extends AbstractPopup { // closeButton //----------------- if (this.opts.closeButton) { - let closeButton = PIXI.Sprite.fromImage('../../assets/icons/png/flat/close.png', true) + let closeButton = PIXI.Sprite.fromImage('../../assets/icons/close.png', true) closeButton.width = this.headerStyle.fontSize closeButton.height = closeButton.width closeButton.tint = this.theme.color2 @@ -1410,7 +1664,7 @@ export default class Popup extends InteractivePopup {
    diff --git a/doc/out/pixi_popupmenu.js.html b/doc/out/pixi_popupmenu.js.html index e87491c..27bc611 100644 --- a/doc/out/pixi_popupmenu.js.html +++ b/doc/out/pixi_popupmenu.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1311,7 +1565,7 @@ export default class PopupMenu extends Popup {
    diff --git a/doc/out/pixi_progress.js.html b/doc/out/pixi_progress.js.html index 2475416..d5d26c8 100644 --- a/doc/out/pixi_progress.js.html +++ b/doc/out/pixi_progress.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1500,7 +1754,7 @@ export default class Progress extends PIXI.Container {
    diff --git a/doc/out/pixi_scrollview.js.html b/doc/out/pixi_scrollview.js.html new file mode 100644 index 0000000..04d8d63 --- /dev/null +++ b/doc/out/pixi_scrollview.js.html @@ -0,0 +1,1532 @@ + + + + + iwmlib API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +

    Source: pixi/scrollview.js

    + + + + +
    +
    +
    +

    pixi/scrollview.js

    +
    +
    +
    +
    import Scrollbox from './scrollbox.js'
    +
    +/**
    + * Class that represents a PixiJS Scrollview.
    + * 
    + * @example
    + * // Create the app
    + * const app = new PIXIApp({
    + *     view: canvas,
    + *     width: 900,
    + *     height: 250
    + * }).setup().run()
    + * 
    + * // Create the Scrollview
    + * app.loader
    + *     .add('elephant', './assets/elephant-1.jpg')
    + *     .load((loader, resources) => {
    + *         const sprite = new PIXI.Sprite(resources.elephant.texture)
    + *         const scrollview = new Scrollview({boxWidth: 400, boxHeight: 180})
    + *         scrollview.content.addChild(sprite)
    + *         app.scene.addChild(scrollview)
    + *
    + * @class
    + * @extends PIXI.extras.Scrollbox
    + * @see {@link https://davidfig.github.io/pixi-scrollbox/jsdoc/Scrollbox.html|Scrollbox}
    + * @see {@link https://davidfig.github.io/pixi-viewport/jsdoc/Viewport.html|Viewport}
    + */
    +export default class Scrollview extends Scrollbox {
    +    
    +    /**
    +     * Creates an instance of a Scrollview.
    +     * 
    +     * @constructor
    +     */
    +    constructor(opts = {}) {
    +
    +        super(opts)
    +
    +        this.opts = opts
    +
    +        // setup
    +        //-----------------
    +        this.setup()
    +
    +        // layout
    +        //-----------------
    +        this.layout()
    +    }
    +    
    +    /**
    +     * Creates children and instantiates everything.
    +     * 
    +     * @private
    +     * @return {Scrollview} A reference to the Scrollview for chaining.
    +     */
    +    setup() {
    +
    +        return this
    +    }
    +    
    +    /**
    +     * Should be called to refresh the layout of the Scrollview. Can be used after resizing.
    +     * 
    +     * @return {Scrollview} A reference to the Scrollview for chaining.
    +     */
    +    layout() {
    +
    +        return this
    +    }
    +}
    +
    +
    +
    + + + + + + + + +
    + +
    +
    +
    + + + + diff --git a/doc/out/pixi_slider.js.html b/doc/out/pixi_slider.js.html index 976423f..dc7608b 100644 --- a/doc/out/pixi_slider.js.html +++ b/doc/out/pixi_slider.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1668,7 +1922,7 @@ export default class Slider extends PIXI.Container {
    diff --git a/doc/out/pixi_switch.js.html b/doc/out/pixi_switch.js.html index d42e3cc..a1e2c2b 100644 --- a/doc/out/pixi_switch.js.html +++ b/doc/out/pixi_switch.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1705,7 +1959,7 @@ export default class Switch extends PIXI.Container {
    diff --git a/doc/out/pixi_theme.js.html b/doc/out/pixi_theme.js.html index ba854ad..1022241 100644 --- a/doc/out/pixi_theme.js.html +++ b/doc/out/pixi_theme.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1433,7 +1687,7 @@ export class ThemeRed extends Theme {
    diff --git a/doc/out/pixi_tooltip.js.html b/doc/out/pixi_tooltip.js.html index 4acc0d1..82c465f 100644 --- a/doc/out/pixi_tooltip.js.html +++ b/doc/out/pixi_tooltip.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1352,7 +1606,7 @@ export default class Tooltip extends AbstractPopup {
    diff --git a/doc/out/pixi_volatile.js.html b/doc/out/pixi_volatile.js.html index b935361..7dd535e 100644 --- a/doc/out/pixi_volatile.js.html +++ b/doc/out/pixi_volatile.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -1358,7 +1612,7 @@ export default class Volatile {
    diff --git a/doc/out/uitest.js.html b/doc/out/uitest.js.html index 80f0ad5..e8220b7 100644 --- a/doc/out/uitest.js.html +++ b/doc/out/uitest.js.html @@ -620,6 +620,12 @@
    @@ -639,6 +647,50 @@
  • +
  • + + + MessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + MessageMessageInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -675,6 +727,50 @@
  • +
  • + + + ModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + ModalModalInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -779,6 +875,28 @@
  • +
  • + + + PopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -815,6 +933,116 @@
  • +
  • + + + PopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupMenuPopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • + +
  • + + + PopupPopupInteractivePopup + +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
      + +
    +
  • +
  • @@ -849,6 +1077,32 @@
  • +
  • + + + Scrollview + +
      + +
    +
      + +
    +
      + +
    + +
      + +
    +
  • +
  • @@ -2162,7 +2416,7 @@ class Event {
    diff --git a/lib/pixi/scrollview.html b/lib/pixi/scrollview.html index 394763d..99c370b 100644 --- a/lib/pixi/scrollview.html +++ b/lib/pixi/scrollview.html @@ -49,7 +49,7 @@ app.loader const sprite2 = new PIXI.Sprite(resources.elephant2.texture) const sprite3 = new PIXI.Sprite(resources.elephant3.texture) - const scrollview1 = new Scrollview({boxWidth: 300, boxHeight: 180}) + const scrollview1 = new Scrollview({boxWidth: 400, boxHeight: 180}) scrollview1.content.addChild(sprite1) app.scene.addChild(scrollview1) diff --git a/lib/pixi/scrollview.js b/lib/pixi/scrollview.js index 91569f0..422458c 100644 --- a/lib/pixi/scrollview.js +++ b/lib/pixi/scrollview.js @@ -1,39 +1,7 @@ import Scrollbox from './scrollbox.js' /** - * Callback for the switch action. - * - * @callback actionCallback - * @param {object} event - The event object. - * @param {Switch} switch - A reference to the switch (also this refers to the switch). - */ - -/** - * Callback for the switch action. - * - * @callback actionActiveCallback - * @param {object} event - The event object. - * @param {Switch} switch - A reference to the switch (also this refers to the switch). - */ - -/** - * Callback for the switch beforeAction. - * - * @callback beforeActionCallback - * @param {object} event - The event object. - * @param {Switch} switch - A reference to the switch (also this refers to the switch). - */ - -/** - * Callback for the switch afterAction. - * - * @callback afterActionCallback - * @param {object} event - The event object. - * @param {Switch} switch - A reference to the switch (also this refers to the switch). - */ - -/** - * Class that represents a PixiJS Switch. + * Class that represents a PixiJS Scrollview. * * @example * // Create the app @@ -43,14 +11,14 @@ import Scrollbox from './scrollbox.js' * height: 250 * }).setup().run() * - * // Create the switch - * const switch1 = new Switch({ - * x: 10, - * y: 20 - * }) - * - * // Add the switch to a DisplayObject - * app.scene.addChild(switch1) + * // Create the Scrollview + * app.loader + * .add('elephant', './assets/elephant-1.jpg') + * .load((loader, resources) => { + * const sprite = new PIXI.Sprite(resources.elephant.texture) + * const scrollview = new Scrollview({boxWidth: 400, boxHeight: 180}) + * scrollview.content.addChild(sprite) + * app.scene.addChild(scrollview) * * @class * @extends PIXI.extras.Scrollbox @@ -60,7 +28,7 @@ import Scrollbox from './scrollbox.js' export default class Scrollview extends Scrollbox { /** - * Creates an instance of a Switch. + * Creates an instance of a Scrollview. * * @constructor */