#include <WindowMinMax.h>
Public Member Functions | |
CWindowMinMax () | |
virtual | ~CWindowMinMax () |
Public Member Functions inherited from sbIWindowMinMax | |
void | setCallback (in nsISupports window, in sbIWindowMinMaxCallback cb) |
Set window minmax callback This method assigns a WindowMinMaxCallback object to the specified window. When the user resizes this window, the callback object is queried for minimum and maximum window dimensions. More... | |
void | resetCallback (in nsISupports window) |
Remove window minmax callback This method removes the WindowMinMaxCallback object from the specified window. More... | |
Protected Member Functions | |
CWindowMinMaxSubclass * | findSubclassByWindow (nsISupports *window) |
Protected Attributes | |
std::list < CWindowMinMaxSubclass * > | m_subclasses |
Definition at line 66 of file WindowMinMax.h.
CWindowMinMax::CWindowMinMax | ( | ) |
Definition at line 50 of file WindowMinMax.cpp.
|
virtual |
Definition at line 55 of file WindowMinMax.cpp.
|
protected |
|
protected |
Definition at line 77 of file WindowMinMax.h.