Adobe Adam 和 Eve,C++:如何创建可点击的按钮、轨迹栏、文本输入字段和图像?
所以我发现我的应用需要一个GUI。我有一个跨平台视频广播器。 (Linux、Windows、Mac OS X)。我用了很多助推器,并想尝试一下 ASL。但我发现没有关于如何做我需要的事情的教程。
所以我请你帮我一个 - 如何创建一个带有可单击按钮(单击时将调用某些函数)、轨迹栏(拖动时将调用某些函数)、文本输入字段和图像的新窗口?
更新:
在这里找到了一些大量的示例asl_1.0.43_begin
So I found out that I need a gui for my app. I have a crossplatform video broadcaster. (Linux, Windows, Mac OS X). I use a lot of boost and thought give ASL a shot. But I found out there are no tutorials on how to do what I need.
So I ask you to help me with one - how to create a new window with clickable button (on click some function would be called), trackbar (on drag some function would be called), text input field and an image?
Update:
Found some great amount of samples here asl_1.0.43_begin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ASL自己提供了一些示例(在LIB_ROOT/test目录中)。有开源应用程序“mission photo”也使用asl,但我不知道它的源代码有多好。无论如何,这是链接http://www.missioncode.org/#Welcome。看起来不错!
ASL delivers some examples by itslef (in LIB_ROOT/test directory).There are open source application "mission photo" which uses asl too, but I don't know how good its sourcecode is. Anyway, here is the link http://www.missioncode.org/#Welcome. Good look !