![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <FXTreeListDinamic.h>
Public Member Functions | |
| FXTreeListDinamic (FXComposite *p, FXObject *tgt, FXSelector sel, FXuint opts) | |
| FOX-declaration. More... | |
| void | show () |
| Show FXTreeListDinamic. More... | |
FOX calls | |
| long | onLeftBtnPress (FXObject *, FXSelector, void *) |
Protected Member Functions | |
| FXTreeListDinamic () | |
| default constructor More... | |
Private Member Functions | |
| FXTreeListDinamic (const FXTreeListDinamic &)=delete | |
| Invalidated copy constructor. More... | |
| FXTreeListDinamic & | operator= (const FXTreeListDinamic &)=delete |
| Invalidated assignment operator. More... | |
Definition at line 28 of file FXTreeListDinamic.h.
| FXTreeListDinamic::FXTreeListDinamic | ( | FXComposite * | p, |
| FXObject * | tgt, | ||
| FXSelector | sel, | ||
| FXuint | opts | ||
| ) |
|
protected |
default constructor
Definition at line 61 of file FXTreeListDinamic.cpp.
|
privatedelete |
Invalidated copy constructor.
| long FXTreeListDinamic::onLeftBtnPress | ( | FXObject * | obj, |
| FXSelector | sel, | ||
| void * | ptr | ||
| ) |
Definition at line 53 of file FXTreeListDinamic.cpp.
Referenced by FXDEFMAP().
|
privatedelete |
Invalidated assignment operator.
| void FXTreeListDinamic::show | ( | ) |
Show FXTreeListDinamic.
Definition at line 44 of file FXTreeListDinamic.cpp.