MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ProfilesDialog

Method ProfilesDialog

src/Windows/ProfilesDialog.cpp:28–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <algorithm>
27
28ProfilesDialog::ProfilesDialog() :
29 Dialog(IDD_DIALOG_PROFILES),
30 m_profiles(NULL),
31 m_currentProfile(NULL),
32 m_globalCache(NULL),
33 m_ftpWindow(NULL),
34 m_pageConnection(IDD_DIALOG_PROFILESCONNECTION),
35 m_pageAuthentication(IDD_DIALOG_PROFILESAUTHENTICATION),
36 m_pageTransfer(IDD_DIALOG_PROFILESTRANSFERS),
37 m_pageFTP(IDD_DIALOG_PROFILESFTP),
38 m_pageCache(IDD_DIALOG_PROFILESCACHE),
39 m_hPageConnection(NULL),
40 m_hPageTransfer(NULL),
41 m_hPageFTP(NULL),
42 m_hPageCache(NULL)
43{
44}
45
46ProfilesDialog::ProfilesDialog(int dlgId) :
47 Dialog(dlgId),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected