Class StdLayoutItemImpl

    • Constructor Detail

      • StdLayoutItemImpl

        public StdLayoutItemImpl()
        Constructor.
    • Method Detail

      • getContainer

        public WContainerWidget getContainer()
        Returns the container of the of the parent layout.
      • getMinimumWidth

        public abstract int getMinimumWidth()
        Returns the minimum width of the item.
      • getMinimumHeight

        public abstract int getMinimumHeight()
        Returns the minimum height of the item.
      • getMaximumWidth

        public abstract int getMaximumWidth()
        Returns the maximum width of the item.
      • getMaximumHeight

        public abstract int getMaximumHeight()
        Returns the maximum height of the item.
      • getParentLayoutImpl

        public StdLayoutImpl getParentLayoutImpl()
        Returns the parent layout of the item.

        Returns the parent layout of the item as a StdLayoutImpl if the layout is a subclass of StdLayoutImpl. Otherwise returns nullptr;