|
|
Home » Community » Newbie corner » Friends? Cousins? Half-siblings?
Friends? Cousins? Half-siblings? [message #54977] |
Sat, 03 October 2020 01:57  |
jimlef
Messages: 90 Registered: September 2020 Location: US
|
Member |
|
|
Having a great time working with U++, and learning a lot as I go One issue I have, a main window class has several subwindow classes as members thus:
class MainWindow : TopWindow {
SecondWin second;
ThirdWin third;
public:
MainWindow();
}
class SecondWin : TopWindow {
public:
SecondWin();
SecondUpdate();
}
class ThirdWin : TopWindow {
public:
ThirdWin();
DoSomething();
}
and
...
MainWindow().Run();
Now my question, and yes I'm a newb LOL, is how do I call SecondUpdate() from within DoSomething()?
Thank you 
Jim
[Updated on: Sat, 03 October 2020 01:58] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sun May 11 07:06:40 CEST 2025
Total time taken to generate the page: 0.00639 seconds
|
|
|