Adobe Adam 和 Eve,C++:如何创建可点击的按钮、轨迹栏、文本输入字段和图像?

发布于 2024-11-16 02:38:43 字数 615 浏览 3 评论 0原文

所以我发现我的应用需要一个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:

How to build this thing?

Found some great amount of samples here asl_1.0.43_begin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬心 2024-11-23 02:38:43

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 !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文