[Rojav-commits] rocgui/public item.h,1.4,1.5 planpanel.h,1.7,1.8
Brought to you by:
robvrs
|
From: rob v. <ro...@us...> - 2005-11-30 20:45:58
|
Update of /cvsroot/rojav/rocgui/public In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28789 Modified Files: item.h planpanel.h Log Message: turntable modifications Index: planpanel.h =================================================================== RCS file: /cvsroot/rojav/rocgui/public/planpanel.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** planpanel.h 19 Nov 2005 13:44:06 -0000 1.7 --- planpanel.h 30 Nov 2005 20:45:49 -0000 1.8 *************** *** 28,31 **** --- 28,32 ---- void updateItemCmd(wxCommandEvent& event); void addItem(iONode child); + void addItem(const char* id, wxWindow* item); void addMultipleItem(wxCommandEvent& event); void addTrack(wxCommandEvent& event); Index: item.h =================================================================== RCS file: /cvsroot/rojav/rocgui/public/item.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** item.h 3 Oct 2005 15:40:24 -0000 1.4 --- item.h 30 Nov 2005 20:45:49 -0000 1.5 *************** *** 52,57 **** --- 52,59 ---- void updateLabel(); wxPoint* rotateShape( wxPoint* poly, int cnt, const char* ori ); + wxPoint* rotateBridge( double ori ); wxWindow* m_Parent; iONode m_Props; + double bridgepos; DECLARE_EVENT_TABLE() |