#include <TListaW.h>
Collaboration diagram for TListaW:
Public Member Functions | |
TListaW () | |
~TListaW () | |
void | NuovoNodo (wxWindow *object, int idx) |
void | RimuoviNodo (int posizione) |
int | TrovaPosizione (int idx) |
wxWindow * | TrovaSuccessivo (int id) |
void | OrdinaElementi () |
bool | ControllaPosizione (wxPoint posizionereale, wxWindow **pannello) |
wxWindow * | ExtractObject (int position) |
Extract object from the list. | |
Public Attributes | |
int | numeroelementi |
Private Types | |
typedef TListaW::widget | pr |
Private Attributes | |
pr * | first |
pr * | last |
Classes | |
struct | widget |
Definition at line 12 of file TListaW.h.
|
|
|
Definition at line 2 of file TListaW.cpp. References first, last, and numeroelementi. |
|
Definition at line 11 of file TListaW.cpp. References numeroelementi, and RimuoviNodo(). |
|
Definition at line 150 of file TListaW.cpp. References first, TListaW::widget::next, numeroelementi, and TListaW::widget::oggetto. Referenced by PnlFoglio::OnChar(). |
|
Extract object from the list.
Definition at line 168 of file TListaW.cpp. References first, TListaW::widget::next, and TListaW::widget::oggetto. Referenced by PnlObjTree::Fill(). |
|
Definition at line 21 of file TListaW.cpp. References first, TListaW::widget::id, last, TListaW::widget::next, numeroelementi, TListaW::widget::oggetto, and OrdinaElementi(). Referenced by PnlFoglio::MnuAggiungiEtichettaClick(), PnlFoglio::MnuAggiungiGrafico2DClick(), PnlFoglio::MnuAggiungiGrafico3DClick(), and PnlFoglio::OnChar(). |
|
Definition at line 115 of file TListaW.cpp. References first, TListaW::widget::id, TListaW::widget::next, numeroelementi, and TListaW::widget::oggetto. Referenced by NuovoNodo(). |
|
Definition at line 45 of file TListaW.cpp. References first, last, TListaW::widget::next, and numeroelementi. Referenced by PnlFoglio::Elimina(), TBasePanel::Elimina(), and ~TListaW(). |
|
Definition at line 96 of file TListaW.cpp. References first, TListaW::widget::id, and TListaW::widget::next. Referenced by PnlFoglio::Elimina(), TBasePanel::Elimina(), and TrovaSuccessivo(). |
|
Definition at line 82 of file TListaW.cpp. References first, TListaW::widget::next, numeroelementi, TListaW::widget::oggetto, and TrovaPosizione(). |
|
Definition at line 21 of file TListaW.h. Referenced by ControllaPosizione(), ExtractObject(), NuovoNodo(), OrdinaElementi(), RimuoviNodo(), TListaW(), TrovaPosizione(), and TrovaSuccessivo(). |
|
Definition at line 22 of file TListaW.h. Referenced by NuovoNodo(), RimuoviNodo(), and TListaW(). |
|
Definition at line 27 of file TListaW.h. Referenced by ControllaPosizione(), PnlObjTree::Fill(), NuovoNodo(), OrdinaElementi(), RimuoviNodo(), TListaW(), TrovaSuccessivo(), and ~TListaW(). |