Problem 1154 - missing accessor for G4UIMessenger in G4UICommand
Summary: missing accessor for G4UIMessenger in G4UICommand
Status: CLOSED INVALID
Alias: None
Product: Geant4
Classification: Unclassified
Component: interfaces (show other problems)
Version: 9.2
Hardware: All All
: P5 trivial
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2010-11-27 16:53 CET by Pierre Gueth
Modified: 2010-12-07 03:19 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Pierre Gueth 2010-11-27 16:53:43 CET
There is no way to access the messenger of a command since the accessor is missing in the G4UICommand class.
Comment 1 Koichi Murakami 2010-12-07 03:19:04 CET
What is use case?

In most cases, UI commands do not need to access to the messenger class in which they are defined.