Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I connect classes created using RapidApp to each other?

classes Connect rapidapp
0
Posted

How do I connect classes created using RapidApp to each other?

0

Connecting classes in C++ is always challenging because of C++’s strong typing. There are two basic ways to do this that work well with RapidApp-generated (ViewKit-style) classes. The first is to hard code the connection by implementing an API that each class can use to connect to the other as needed. The second is to use the ViewKit support for callbacks. Say you have two classes, Input and Output, and Input has a text field. You would like Output to be notified when the user enters text in Input’s text field.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123