Searched refs:GetDone (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlayout.cpp227 if (constraints->right.GetDone() && constraints->width.GetDone())
233 else if (constraints->centreX.GetDone() && constraints->width.GetDone())
302 if (constraints->left.GetDone() && constraints->width.GetDone())
308 else if (constraints->centreX.GetDone() && constraints->width.GetDone())
380 if (constraints->bottom.GetDone() && constraints->height.GetDone())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlayout.h121 bool GetDone() const { return done; } function in class:wxIndividualLayoutConstraint
182 return left.GetDone() && top.GetDone() &&
183 width.GetDone() && height.GetDone();

Completed in 46 milliseconds