I promise: this will be the last image!
The next post will discuss a bit about real code (which is coming, I just have to check the very first compilation cycle before throwing a new folder into playground); for now, here is an update of the previous UML diagram: it’s a little bit more into the “real virtual world” of KDE libraries, even if something could be changed any time.
I’m studying the model-view framework from Qt, and a few classes are now related to the abstractions offered by that system; as soon as the structure will be clear, I will write about it.
Next week, waiting for the GSoC official start (on saturday the 23rd), the first classes will come up and I will talk about something a little less into the air and a little more into the bits.
Qt normally doesnt prefix get to getter functions. Also I would rename createNewDocument, to createDocument as create implies new
Yes, I see for the getter function; anyway, I will apply your suggestion only for the getSuggestion() function, because the other ones are static (as you can see through the underlined font), and I am imitating KFileDialog.
At least for now…