Added IsLayoutValid().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21141 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c53b934329
commit
476d4befd7
@ -536,6 +536,7 @@ public:
|
|||||||
void InvalidateLayout(bool descendants = false);
|
void InvalidateLayout(bool descendants = false);
|
||||||
void EnableLayoutInvalidation();
|
void EnableLayoutInvalidation();
|
||||||
void DisableLayoutInvalidation();
|
void DisableLayoutInvalidation();
|
||||||
|
bool IsLayoutValid() const;
|
||||||
|
|
||||||
BLayoutContext* LayoutContext() const;
|
BLayoutContext* LayoutContext() const;
|
||||||
|
|
||||||
|
@ -4066,6 +4066,13 @@ BView::DisableLayoutInvalidation()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool
|
||||||
|
BView::IsLayoutValid() const
|
||||||
|
{
|
||||||
|
return fLayoutData->fLayoutValid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
BLayoutContext*
|
BLayoutContext*
|
||||||
BView::LayoutContext() const
|
BView::LayoutContext() const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user