Miranda NG
GitHub
Wiki
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Czech
English
French
German
Polish
Russian
Home
Help
Search
Login
Register
Miranda NG Official Community Forum
»
Forum for English speaking Miranda NG users
»
Support/Help
»
No input zone for chat rooms
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: No input zone for chat rooms (Read 8638 times)
0 Members and 1 Guest are viewing this topic.
philou67
Newbie
Posts: 9
Re: No input zone for chat rooms
«
Reply #15 on:
26 06 2018, 15:59:13 »
OK, thanks. The source code will be my documentation (in the end, I am, elsewhere, a developper)
Logged
Goraf
Beta Tester
Posts: 270
Thanked: 18 times
Re: No input zone for chat rooms
«
Reply #16 on:
26 06 2018, 17:19:02 »
So will be even easier.
For most of the code it will be sth from those functions
https://github.com/miranda-ng/miranda-ng/blob/master/include/m_database.h#L396-L439
For protocols or maybe newer plugins it could be sth from those methods
https://github.com/miranda-ng/miranda-ng/blob/master/include/newpluginapi.h#L228-L373
or mix with the previous.
In terms of options, if a plugin already uses classes for GUI
https://github.com/miranda-ng/miranda-ng/blob/master/include/m_gui.h
then in practice linking controls to db_settings could look like that:
https://github.com/miranda-ng/miranda-ng/blob/master/protocols/VKontakte/src/vk_options.h#L46
https://github.com/miranda-ng/miranda-ng/blob/master/protocols/VKontakte/src/vk_options.cpp#L152
or like that
https://github.com/miranda-ng/miranda-ng/blob/master/protocols/VKontakte/src/vk_struct.h#L262
https://github.com/miranda-ng/miranda-ng/blob/master/protocols/VKontakte/src/vk_options.h#L51
https://github.com/miranda-ng/miranda-ng/blob/master/protocols/VKontakte/src/vk_options.cpp#L154
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Miranda NG Official Community Forum
»
Forum for English speaking Miranda NG users
»
Support/Help
»
No input zone for chat rooms
There was an error while thanking
Thanking...