Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Friends? Cousins? Half-siblings?
Friends? Cousins? Half-siblings? [message #54977] Sat, 03 October 2020 01:57 Go to previous message
jimlef is currently offline  jimlef
Messages: 90
Registered: September 2020
Location: US
Member
Having a great time working with U++, and learning a lot as I go Smile 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 Smile

Jim

[Updated on: Sat, 03 October 2020 01:58]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: double click
Next Topic: sqlarray and sqlite
Goto Forum:
  


Current Time: Fri Apr 26 01:32:44 CEST 2024

Total time taken to generate the page: 0.04464 seconds