Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Win32Component Class Reference

#include <Win32Component.h>

Inheritance diagram for VCF::Win32Component:

VCF::AbstractWin32Component VCF::Win32Object VCF::ControlPeer VCF::ObjectWithCallbacks VCF::Interface VCF::Object List of all members.

Public Member Functions

 Win32Component (Control *component)
virtual ~Win32Component ()
virtual void create (Control *owningControl)
 This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform.

Constructor & Destructor Documentation

VCF::Win32Component::Win32Component Control component  ) 
 

virtual VCF::Win32Component::~Win32Component  )  [virtual]
 


Member Function Documentation

virtual void VCF::Win32Component::create Control owningControl  )  [virtual]
 

This is called to actually create any neccessary windowing system resources specific to a new control (or widget/window/etc) instance for the platform.

create() must be called by the containing VCF::Control subclass, typically in the classes constructor, after retreiving the new peer instance from the appropriate UIToolkit::createXXX() call.

Reimplemented from VCF::AbstractWin32Component.


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information