Closed GoogleCodeExporter closed 9 years ago
Click the "Source" tab at the top of this page, then "Browse".
Or click this handy link:
http://code.google.com/p/damnvid/source/browse/
Original comment by windypo...@gmail.com
on 31 Mar 2010 at 5:26
Yes, but it doesn't seem to be complete? Which file contains the information
about
the interface for example?
Original comment by nutk...@gmail.com
on 31 Mar 2010 at 7:14
It's all in /trunk/DamnVid.py. It's one very messy, huge file that does it all.
For
GUI-related stuff, each dialog has its own class. If you want the code for the
main
window, for example, it's in the DamnMainFrame class (line 3715 as of revision
209):
http://code.google.com/p/damnvid/source/browse/trunk/DamnVid.py?spec=svn209&r=20
9#3715
Yeah, it is a huge mess, DamnVid was for me a "practical OOP learning
experience", so
the class architecture (and file architecture) suck.
Original comment by windypo...@gmail.com
on 31 Mar 2010 at 8:24
Original issue reported on code.google.com by
nutk...@gmail.com
on 31 Mar 2010 at 4:05