Forbid copying and assignment in layout classes.
Specifically in: * BAbstractLayout * BAbstractLayoutItem * BGridLayout * BGridView * BGroupLayout * BGroupView * BLayout * BSplitView * BTwoDimensionalLayout
This commit is contained in:
@@ -47,6 +47,10 @@ private:
|
||||
virtual void _ReservedAbstractLayoutItem9();
|
||||
virtual void _ReservedAbstractLayoutItem10();
|
||||
|
||||
// forbidden methods
|
||||
BAbstractLayoutItem(const BAbstractLayoutItem&);
|
||||
void operator =(const BAbstractLayoutItem&);
|
||||
|
||||
BSize fMinSize;
|
||||
BSize fMaxSize;
|
||||
BSize fPreferredSize;
|
||||
|
||||
Reference in New Issue
Block a user