Menu

#300 Action null & (string) ctors

open
5
2012-11-21
2007-12-13
No

The JmriAction ctors need to be rethought and revamped:

1) Null ctors are needed to allow buttons to be auto created, but their existance is not being enforced

2) The name string in the default (null) ctor is not I8N. Can this be done by having the null ctor (instead of the string ctor) be the functional one, invoked by the string ctor, with a separate title operation?

Discussion