Interface for layouting components. More...
#include <ILayoutManager.h>
Public Member Functions | |
virtual void | DoLayout (CComponent *component)=0 |
This function will call at the Component's Validate time. |
Interface for layouting components.
virtual void ILayoutManager::DoLayout | ( | CComponent * | component | ) | [pure virtual] |
This function will call at the Component's Validate time.
component | - invalid component |