Modifier and Type | Method and Description |
---|---|
Layout |
Layout.cloneObject()
Creates and returns a deep copy of this
Layout . |
Layout |
LayoutModelPlugin.createLayout()
Creates a new layout object and adds it to the list of layout objects
and returns it.
|
Layout |
ListOfLayouts.get(long n)
Get a
Layout from the ListOfLayouts . |
Layout |
ListOfLayouts.get(String sid)
Get a
Layout from the ListOfLayouts
based on its identifier. |
Layout |
LayoutModelPlugin.getLayout(long index)
Returns the layout object that belongs to the given index.
|
Layout |
LayoutModelPlugin.getLayout(String sid)
Returns the layout object with the given
sid attribute. |
Layout |
ListOfLayouts.remove(long n)
Removes the nth item from this
ListOfLayouts items and returns a pointer to
it. |
Layout |
ListOfLayouts.remove(String sid)
Removes item in this
ListOfLayouts items with the given identifier. |
Layout |
LayoutModelPlugin.removeLayout(long n)
|
Modifier and Type | Method and Description |
---|---|
int |
LayoutModelPlugin.addLayout(Layout layout)
Adds a copy of the layout object to the list of layouts.
|
Constructor and Description |
---|
Layout(Layout source)
Copy constructor.
|