CIPAddressBox Class Reference

This is control for editing a IP address. More...

#include <CIPAddressBox.h>

Inheritance diagram for CIPAddressBox:
CComponent

List of all members.

Public Member Functions

 CIPAddressBox (UINT8 ip3, UINT8 ip2, UINT8 ip1, UINT8 ip0)
virtual void Paint (CGraphics *g)
 Paints the component.

Protected Member Functions

virtual void ProcessComponentKeyEvent (SKeyEvent *e)
 Processes events occurring on this component,.

Detailed Description

This is control for editing a IP address.


Member Function Documentation

void CIPAddressBox::Paint ( CGraphics g  )  [virtual]

Paints the component.

This forwards the paint to any components that are children of this component. If this method is reimplemented, Paint(g) of base class should be called so components are properly rendered.

Parameters:
g - the specified Graphics context
See also:
Redraw

Reimplemented from CComponent.

void CIPAddressBox::ProcessComponentKeyEvent ( SKeyEvent *  e  )  [protected, virtual]

Processes events occurring on this component,.

Parameters:
e - the event
See also:
DispatchEvent

Reimplemented from CComponent.


The documentation for this class was generated from the following files:
Generated on Tue Jun 29 18:34:06 2010 for guilib by  doxygen 1.6.3