CWindowMinMax Class Reference

#include <WindowMinMax.h>

Inheritance diagram for CWindowMinMax:
[legend]
Collaboration diagram for CWindowMinMax:
[legend]

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

CWindowMinMaxSubclassfindSubclassByWindow (nsISupports *window)
 

Protected Attributes

std::list
< CWindowMinMaxSubclass * > 
m_subclasses
 

Detailed Description

Definition at line 66 of file WindowMinMax.h.

Constructor & Destructor Documentation

CWindowMinMax::CWindowMinMax ( )

Definition at line 50 of file WindowMinMax.cpp.

CWindowMinMax::~CWindowMinMax ( )
virtual

Definition at line 55 of file WindowMinMax.cpp.

Member Function Documentation

CWindowMinMaxSubclass * CWindowMinMax::findSubclassByWindow ( nsISupports window)
protected

Definition at line 78 of file WindowMinMax.cpp.

Here is the call graph for this function:

Member Data Documentation

std::list<CWindowMinMaxSubclass*> CWindowMinMax::m_subclasses
protected

Definition at line 77 of file WindowMinMax.h.


The documentation for this class was generated from the following files: