OSDN Git Service

Add a new class CmdTable to handle the table of the commands.
authorKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Tue, 20 Dec 2011 12:33:14 +0000 (21:33 +0900)
committerKazuhiro Fujieda <fujieda@users.sourceforge.jp>
Fri, 13 Jan 2012 03:16:42 +0000 (12:16 +0900)
commit3d6bd5a0263c95334c1446f5c7de12cc9339b1e0
tree52620752cfbdaacf5ffd94c48a5d3788c3fff858
parent20b4ef2dd4346ea21119ad92500d0a0d3ba08c7e
Add a new class CmdTable to handle the table of the commands.
Modify the code related to it.
14 files changed:
xkeymacs/profile.cpp
xkeymacs/properties.cpp
xkeymacs/propertiesadvanced.cpp
xkeymacs/propertiesbasic.cpp
xkeymacs/propertiesbasic.h
xkeymacs/propertieslist.cpp
xkeymacsdll/CmdTable.cpp [new file with mode: 0644]
xkeymacsdll/CmdTable.h [new file with mode: 0644]
xkeymacsdll/CmdTableData.cpp [new file with mode: 0644]
xkeymacsdll/Commands.cpp
xkeymacsdll/Commands.h
xkeymacsdll/xkeymacsdll-vc10.vcxproj
xkeymacsdll/xkeymacsdll-vc10.vcxproj.filters
xkeymacsdll/xkeymacsdll.cpp