mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 07:41:53 +02:00
32 lines
389 B
Markdown
32 lines
389 B
Markdown
|
## need test for
|
||
|
|
||
|
Check that text entity don't get added as Items
|
||
|
|
||
|
ignore
|
||
|
unignore
|
||
|
layoutItems does not layout ignored items
|
||
|
|
||
|
## To do
|
||
|
|
||
|
## docs
|
||
|
|
||
|
### methods you can overwrite
|
||
|
|
||
|
Outlayer._layoutItem( item )
|
||
|
|
||
|
Outlayer._resetLayout()
|
||
|
|
||
|
Outlayer._postLayout()
|
||
|
|
||
|
Outlayer._getContainerSize()
|
||
|
|
||
|
Outlayer._create()
|
||
|
|
||
|
Outlayer._manageStamp( stamp )
|
||
|
|
||
|
### Possibly
|
||
|
|
||
|
Outlayer.resize()
|
||
|
|
||
|
Outlayer.destroy()
|