#include <DirectoryEntryDlg.h>
TSP-enforcing: No
Definition at line 37 of file DirectoryEntryDlg.h.
Public Member Functions | |
CPKIFDirectoryEntryDlg (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
wxTextCtrl * | GetTextPort () |
wxTextCtrl * | GetTextAddress () |
wxListBox * | GetNamespaceList () |
void | OnInitDialog (wxInitDialogEvent &event) |
void | GetAddress (wxString &address) const |
int | GetPort () const |
void | SetAddress (const wxString &address) |
void | SetPort (int port) |
CPKIFGeneralSubtreeList | GetNamespaces () const |
void | SetNamespaces (CPKIFGeneralSubtreeList &rdnList) |
Static Public Attributes | |
static wxChar | m_intIncludes [] = wxT("1234567890") |
static wxString | m_longLiveThisString |
CPKIFDirectoryEntryDlg::CPKIFDirectoryEntryDlg | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | position = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE | |||
) |
Interface: External
Dialog constructor
Definition at line 58 of file DirectoryEntryDlg.cpp.
wxTextCtrl* CPKIFDirectoryEntryDlg::GetTextPort | ( | ) | [inline] |
wxTextCtrl* CPKIFDirectoryEntryDlg::GetTextAddress | ( | ) | [inline] |
wxListBox* CPKIFDirectoryEntryDlg::GetNamespaceList | ( | ) | [inline] |
void CPKIFDirectoryEntryDlg::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Dialog initialization
Definition at line 165 of file DirectoryEntryDlg.cpp.
References GetNamespaceList(), GetTextAddress(), and GetTextPort().
void CPKIFDirectoryEntryDlg::GetAddress | ( | wxString & | address | ) | const |
Interface: External
This functions retrieves directory host name
Definition at line 121 of file DirectoryEntryDlg.cpp.
int CPKIFDirectoryEntryDlg::GetPort | ( | ) | const |
Interface: External
This functions retrieves directory port
Definition at line 132 of file DirectoryEntryDlg.cpp.
void CPKIFDirectoryEntryDlg::SetAddress | ( | const wxString & | address | ) |
Interface: External
This functions sets directory host name
Definition at line 143 of file DirectoryEntryDlg.cpp.
void CPKIFDirectoryEntryDlg::SetPort | ( | int | port | ) |
Interface: External
This functions sets directory port
Definition at line 154 of file DirectoryEntryDlg.cpp.
CPKIFGeneralSubtreeList CPKIFDirectoryEntryDlg::GetNamespaces | ( | ) | const |
Interface: External
This function returns acceptable namespace list
Definition at line 258 of file DirectoryEntryDlg.cpp.
void CPKIFDirectoryEntryDlg::SetNamespaces | ( | CPKIFGeneralSubtreeList & | rdnList | ) |
Interface: External
This function returns acceptable namespace list
rdnList | [out] Acceptable namespace list via CPKIFGeneralSubtreeList class |
Definition at line 269 of file DirectoryEntryDlg.cpp.
wxChar CPKIFDirectoryEntryDlg::m_intIncludes = wxT("1234567890") [static] |
Definition at line 62 of file DirectoryEntryDlg.h.
wxString CPKIFDirectoryEntryDlg::m_longLiveThisString [static] |
Definition at line 63 of file DirectoryEntryDlg.h.