#include <CloningAssistant.h>
Inheritance diagram for TCloningAssistant:

Public Member Functions | |
| TCloningAssistant (wxWindow *parent, const wxString &title) | |
| Constructor. | |
| virtual | ~TCloningAssistant () |
| Destructor. | |
| virtual wxString | getName () |
| Returns the module name. | |
| virtual void | EnforceRefesh () |
| Refreshes the module display. | |
| virtual void | initme () |
| virtual void | Refresh (bool eraseBackground=true, const wxRect *rect=NULL) |
| virtual void | OnPaint (wxPaintEvent &event) |
| Paint event handler. | |
| virtual void | OnDraw (wxDC &pdc) |
Private Member Functions | |
| TDDR * | new_from_vector (TVector *v, int drag=DDR_NONE) |
Private Attributes | |
| vector< TVector * > | vectors |
| TDDR * | base |
| TDDR * | vlist |
| TDDR * | tlist |
| TCloningAssistantPanel * | panel |
Friends | |
| class | TCloningAssistantPanel |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Refreshes the module display.
Reimplemented from ChildBase. |
|
|
Returns the module name.
Reimplemented from ChildBase. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Paint event handler.
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1