From: <sv...@ww...> - 2007-04-06 13:04:39
|
Author: nsmoooose Date: 2007-04-06 06:04:31 -0700 (Fri, 06 Apr 2007) New Revision: 2068 Added: branches/python_bindings_for_ui/csp/cspsim/swig/Screens.i branches/python_bindings_for_ui/csp/cspsim/swig/wf.i branches/python_bindings_for_ui/csp/cspsim/swig/windows.i Modified: branches/python_bindings_for_ui/csp/csplib/util/Referenced.h branches/python_bindings_for_ui/csp/cspsim/BaseScreen.h branches/python_bindings_for_ui/csp/cspsim/cspsim.i branches/python_bindings_for_ui/csp/cspsim/swig/CSPSim.i branches/python_bindings_for_ui/csp/cspsim/wf/Button.h branches/python_bindings_for_ui/csp/cspsim/wf/CheckBox.h branches/python_bindings_for_ui/csp/cspsim/wf/Container.h branches/python_bindings_for_ui/csp/cspsim/wf/Control.h branches/python_bindings_for_ui/csp/cspsim/wf/Label.h branches/python_bindings_for_ui/csp/cspsim/wf/ListBox.h branches/python_bindings_for_ui/csp/cspsim/wf/ListBoxItem.h branches/python_bindings_for_ui/csp/cspsim/wf/MultiControlContainer.h branches/python_bindings_for_ui/csp/cspsim/wf/Serialization.h branches/python_bindings_for_ui/csp/cspsim/wf/SingleControlContainer.h branches/python_bindings_for_ui/csp/cspsim/wf/Tab.h branches/python_bindings_for_ui/csp/cspsim/wf/TabPage.h branches/python_bindings_for_ui/csp/cspsim/wf/TableControlContainer.h branches/python_bindings_for_ui/csp/cspsim/wf/Window.h branches/python_bindings_for_ui/csp/cspsim/wf/WindowManager.h branches/python_bindings_for_ui/csp/cspsim/windows/MenuScreen.cpp branches/python_bindings_for_ui/csp/cspsim/windows/MenuScreen.h Log: * Added initial support for python scripting for the csp::wf namespace. This has been done by adding interface files for swig. wf.i, windows.i, screens.i * added dll export of all classes in csp::wf and csp::windows namespace. * Referenced base class is now exposing the _incref and _decref methods as public members. This means that python can use reference counting on these kind of objects. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2068 Diff omitted (20012 bytes). |