调解员 C++图形用户界面示例
我听说在 @ web 的某个地方我将能够找到使用 GUI 组件的 Mediator 的良好 C++ 示例。但我设法只找到 GoF 样本或来自巫术之类的东西,这些对我没有帮助。
那么...您知道在哪里可以找到提到的 GUI 示例吗?
很抱歉提出这样的问题,但这对其他人也很有用。
I have heard that somewhere @ web I'll be able to find good C++ example of Mediator working with GUI components. But I menaged to find only that GoF sample or things from sorcemaking and similar that aren't helpful to me.
So... do you know where that mentioned GUI sample can be found?
Sorry for that kind of question, but that can be useful for others too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个怎么样: http://www.andypatterns.com/index.php/design_patterns /model_gui_mediator_pattern/。看来作者将该模式专门应用于 GUI 功能的“视图”部分(而不是其背后的数据建模)。
不确定这是否是您正在寻找的......
How about this one: http://www.andypatterns.com/index.php/design_patterns/model_gui_mediator_pattern/. It appears the author is applying the pattern specifically to the 'view' part of the GUI functionality (as opposed to the data modeling behind it).
Not sure if that's what you were looking for...