Hierarchy and structure of source code

Moderator: Project members

Post Reply
Message
Author
cs19
504 Command not implemented
Posts: 10
Joined: 2014-11-11 05:59

Hierarchy and structure of source code

#1 Post by cs19 » 2014-11-11 20:06

Hello,

I have been a loyal user of FileZilla for a long time. Now I have downloaded the source code and have been trying to understand how the code works.
However, because of the lack of comments, I have not yet achieved a satisfactory understanding yet. Do you have some documentations on how each class is interconnected?
I am looking into option_change_event_handler.cpp now. Is it possible for you to tell me how this works in the engine?

Thank you so much!

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Hierarchy and structure of source code

#2 Post by botg » 2014-11-12 08:26

There's no such documentation.

COptionChangeEventHandler is not currently used by the engine. The interface makes ample use of it though.

Post Reply