A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/wx__utils_8hpp.html below:

NCBI C++ ToolKit: include/gui/widgets/wx/wx_utils.hpp File Reference

#include <gui/gui.hpp>
#include <gui/objutils/registry.hpp>
#include <gui/widgets/wx/fixed_base.hpp>
#include <wx/artprov.h>
#include <wx/colour.h>
#include <wx/utils.h>
#include <wx/arrstr.h>
#include <wx/event.h>
#include <wx/string.h>
#include <util/unicode.hpp>

Go to the source code of this file.

Go to the SVN repository for this file.

wxString  FindExeFile (const wxString &exeFile)   void  ReportMemoryUsage ()   void  ReportIDError (const string &id_label, bool is_local, const string &title="Error message")   void  OpenFileBrowser (const wxString &path)   wxString  GetAbsolutePath (const wxString &localpath)   string  GetMD5Digest (const CChecksum &cs)   string  GetVideoId ()   Returns id of video configuration to be used for saving settings. More...
  void  InitDefaultFileArtProvider (const wxString &dir)   wxFileArtProviderGetDefaultFileArtProvider ()   void  FromArrayString (const wxArrayString &in, vector< string > &out)   void  ToArrayString (const vector< string > &out, wxArrayString &in)   wxMenu *  CreateMenu (const CMenuItem *item)   Creates a wxMenu object replicating the structure of CMenuItem. More...
  wxMenuItem *  FindSubItem (wxMenu &menu, const wxString &text)   Find a subitem of the given menu by text. More...
  void  Merge (wxMenu &menu_1, const wxMenu &menu_2)   merges all items form menu_2 into menu_1, preserving the structure if possible More...
  void  CleanupSeparators (wxMenu &menu)   Removes extra separators (in the begining or at the end of the menu, ot those that precede other separators) More...
  wxMenu *  CloneMenu (const wxMenu &menu)   create a copy of the given menu More...
  void  UseDefaultMarginWidth (wxMenu &menu)   Using default menu item margin width. More...
  void  SetMenuItemMarginWidth (wxMenuItem *item, wxBitmap *bmp)   Set margin width for menu item. More...
  string  ToStdString (const wxString &s)   string  ToAsciiStdString (const wxString &input)   wxString  ToWxString (const string &s)   wxString  ToWxString (const char *s, size_t len)   ostream &  operator<< (ostream &os, const wxCharBuffer &buff)   const CNcbiDiagoperator<< (const CNcbiDiag &diag, const wxString &line)   wxString  FnToWxString (const string &s)   string  FnToStdString (const wxString &s)   wxString  ToRelativePath (const wxString &base, const wxString &abs_path)   converts an absolute path to a relative one based on current workspace directory More...
  wxString  ToAbsolutePath (const wxString &base, const wxString &rel_path)   converts relative path from the current workspace directory to an absolute path More...
  string  ToString (const wxRect &rc)   wxRect  GetScreenRect (const wxWindow &win)   void  WindowSetText (const wxWindow &win, const wxChar *text)   Windows specific function, equivalent of SetWindowText() WinAPI. More...
  wxColour  GetAverage (const wxColor &c1, const wxColor &c2, double ratio)   int  TruncTextLength (wxDC &dc, const wxString &s, int w, Ewx_Truncate trunc=ewxTruncate_Ellipsis)   returns number of characters representing a truncated version of "s" which fits in the gievn width "w" "trunc" controls truncation, if "trunc" == eTruncate_Ellipsis "..." is appended to the end of the truncated string. More...
  wxString  TruncateText (wxDC &dc, const wxString &s, int w, Ewx_Truncate trunc=ewxTruncate_Ellipsis)   truncates given string so that its length is less or equal "w" "trunc" controls truncation, if "trunc" == eTruncate_Ellipsis "..." is appended to the end of the truncated string. More...
  void  WrapText (wxDC &dc, const string &text, int w, vector< int > &line_lens)   divides given "text" into lines, so that every line has width less or equal to "w". More...
  wxColour  ConvertColor (const CRgbaColor &color)   CRgbaColor  ConvertColor (const wxColour &color)   bool  NcbiChooseColor (wxWindow *parent, CRgbaColor &color)   void  SaveWindowRectToRegistry (const wxRect &rc, CRegistryWriteView view)   void  LoadWindowRectFromRegistry (wxRect &rc, const CRegistryReadView &view)   void  CorrectWindowRect (wxTopLevelWindow *win, wxRect &rc)   wxWindow *  FindChildWindowById (long id, wxWindow *parent)   void  BroadcastCommandToChildWindows (wxWindow *window, int cmd_id, int cmd_data=0)   Sends command event with id 'cmd_id' to window and all its children. More...
  void  AddChildWindowAbove (wxFrame *parent, wxWindow *child)   For OSX Cocoa, puts child window in front of (visually) parent. More...
  void  AddChildWindowBelow (wxFrame *parent, wxWindow *child)   For OSX Cocoa, puts child window behind the parent. More...
  void  RemoveChildWindow (wxFrame *parent, wxWindow *child)   For OSX Cocoa, removes child window connection (for layering) to parent. More...
  void  GetMacDragWindowBounds (wxTopLevelWindow *win, int &menubar_height, int &maxy, int &maxx)   Returns window boundaries for mac (top menubar width and max height) More...
  bool  GetMacOptionKeyDown ()   For mac, return an ID for the current space (of "Spaces" fame) More...
  bool  DlgGLWinOverlayFix (wxWindow *win)   Fix a problem on windows where after a dialog overlays an opengl window the opengl window may be constrained to just the area under the dialog until some window-changing event. More...
  wxSize  GetDisplayPPI ()   Mac always seems to return 72 for screen PPI so use wx function for non-mac and on mac divide the displays number of pixels by its physical size to get actual PPI. More...
  bool  RunningInsideNCBI ()   wxImageList *  CreateCheckboxImages (wxWindow *wnd)   ◆ wxTR_GBENCH_LINES #define wxTR_GBENCH_LINES   wxTR_NO_LINES

Definition at line 69 of file wx_utils.hpp.

◆ Ewx_Truncate

Truncate options for drawing text with FLTK API.

Enumerator ewxTruncate_Empty  ewxTruncate_Ellipsis 

truncate text if needed

ewxTruncate_EllipsisAlways 

truncate text if needed, add "..." if truncated

truncate text if needed, add "..." even if not truncated

Definition at line 223 of file wx_utils.hpp.

◆ AddChildWindowAbove() void AddChildWindowAbove ( wxFrame *  parent, wxWindow *  child  ) ◆ AddChildWindowBelow() void AddChildWindowBelow ( wxFrame *  parent, wxWindow *  child  )

For OSX Cocoa, puts child window behind the parent.

Definition at line 1209 of file wx_utils.cpp.

References NULL.

◆ BroadcastCommandToChildWindows() void BroadcastCommandToChildWindows ( wxWindow *  window, int  cmd_id, int  cmd_data = 0  ) ◆ CleanupSeparators() void CleanupSeparators ( wxMenu &  menu )

Removes extra separators (in the begining or at the end of the menu, ot those that precede other separators)

Definition at line 668 of file wx_utils.cpp.

References i, and remove().

Referenced by CwxTableListCtrl::OnContextMenu(), CSelectionViewEventHandler::OnContextMenu(), CDataMiningPanel::OnContextMenu(), CProjectTreePanel::OnContextMenu(), CDiagConsoleList::OnContextMenu(), CEventTablePanel::OnContextMenu(), CTaskTablePanel::OnContextMenu(), CTextItemPanel::OnContextMenu(), CSelectionPanel::OnContextMenu(), CFlatFileViewContext::OnEditBioseq(), CGridWidget::OnGridCellRightClick(), CMenuService::ResetMenuBar(), and CGlWidgetBase::x_ShowDecoratedPopupMenu().

◆ CloneMenu() wxMenu* CloneMenu ( const wxMenu &  menu ) ◆ ConvertColor() [1/2]

Definition at line 997 of file wx_utils.cpp.

References CRgbaColor::GetAlphaUC(), CRgbaColor::GetBlueUC(), CRgbaColor::GetGreenUC(), and CRgbaColor::GetRedUC().

Referenced by CColorPanel::ContrastBG(), CColorPanel::ContrastFG(), CColorTableScoringPanel::Init(), CColorTableScoringPanel::OnApply(), CwxHistogramDlg::OnColourpickerctrl1ColourPickerChanged(), CGradientPanel::OnPaint(), CClockPanelWMClient::SetColor(), CwxScoreDlg::TransferDataFromWindow(), CwxScoreDlg::TransferDataToWindow(), and CwxHistogramDlg::x_SelectGraph().

◆ ConvertColor() [2/2] ◆ CorrectWindowRect() void CorrectWindowRect ( wxTopLevelWindow *  win, wxRect &  rc  ) ◆ CreateCheckboxImages() wxImageList* CreateCheckboxImages ( wxWindow *  wnd ) ◆ CreateMenu()

Creates a wxMenu object replicating the structure of CMenuItem.

Definition at line 365 of file wx_utils.cpp.

References _ASSERT, bmp, CMenuItem::eItem, CMenuItem::eSeparator, CMenuItem::GetCommand(), CMenuItem::GetImageAlias(), CMenuItem::GetLabel(), CMenuItem::GetTooltip(), CMenuItem::GetType(), CMenuItem::IsCheckType(), CMenuItem::IsRadioType(), CMenuItem::IsSubmenu(), NULL, SetMenuItemMarginWidth(), CMenuItem::SubItemsBegin(), CMenuItem::SubItemsEnd(), ToWxString(), and wxID_ANY.

Referenced by CGraphOverlay::LH_OnItemRightClick(), and CAlnMultiWidget::x_CreateScoringMethodsMenu().

◆ DlgGLWinOverlayFix() bool DlgGLWinOverlayFix ( wxWindow *  win ) ◆ FindChildWindowById() wxWindow* FindChildWindowById ( long  id, wxWindow *  parent  ) ◆ FindExeFile() wxString FindExeFile ( const wxString &  exeFile ) ◆ FindSubItem() wxMenuItem* FindSubItem ( wxMenu &  menu, const wxString &  text  ) ◆ FnToStdString()

Definition at line 268 of file wx_utils.cpp.

References CStringUtil::base64Encode(), and string.

Referenced by CAlignTabExportParams::LoadSettings(), CPhyExportParams::LoadSettings(), CAgpExportParams::LoadSettings(), CFastaExportParams::LoadSettings(), CFlatFileExportParams::LoadSettings(), CGffExportParams::LoadSettings(), CGtfExportParams::LoadSettings(), CAgpLoadParams::LoadSettings(), C5ColExporter::LoadSettings(), CGenBankUIDataSource::Open(), CProjectService::SaveSettings(), CFileLoadManager::SaveSettings(), CAlignTabExportParams::SaveSettings(), CClustalOmegaToolParams::SaveSettings(), CClustalwToolParams::SaveSettings(), CPhyExportParams::SaveSettings(), CAgpExportParams::SaveSettings(), CFastaExportParams::SaveSettings(), CFlatFileExportParams::SaveSettings(), CGffExportParams::SaveSettings(), CGtfExportParams::SaveSettings(), CAgpLoadParams::SaveSettings(), C5ColExporter::SaveSettings(), CFileLoadMRUList::SaveToStrings(), CGBDocument::SetFileName(), CwxCSVExportDlg::x_LoadSettings(), CProjectLoadingTask::x_OnWakeUp(), CProjectTask::x_OpenProjects(), and CwxCSVExportDlg::x_SaveSettings().

◆ FnToWxString()

Definition at line 253 of file wx_utils.cpp.

References CStringUtil::base64Decode().

Referenced by CGBDocument::GetFileName(), CFileLoadMRUList::LoadFromStrings(), CProjectService::LoadSettings(), CFileLoadManager::LoadSettings(), CAlignTabExportParams::LoadSettings(), CClustalOmegaToolParams::LoadSettings(), CClustalwToolParams::LoadSettings(), CPhyExportParams::LoadSettings(), CAgpExportParams::LoadSettings(), CFastaExportParams::LoadSettings(), CFlatFileExportParams::LoadSettings(), CGffExportParams::LoadSettings(), CGtfExportParams::LoadSettings(), CAgpLoadParams::LoadSettings(), C5ColExporter::LoadSettings(), CGenBankUIDataSource::Open(), CProjectService::SaveWorkspace(), and CwxCSVExportDlg::x_LoadSettings().

◆ FromArrayString() void FromArrayString ( const wxArrayString &  in, vector< string > &  out  ) ◆ GetAbsolutePath() wxString GetAbsolutePath ( const wxString &  localpath )

Definition at line 188 of file wx_utils.cpp.

References buffer, CDirEntry::CreateAbsolutePath(), eFollowLinks, CDirEntry::NormalizePath(), and result.

Referenced by CTableReaderMacro::CreateMacros(), CMacroPanelLoader::OnButtonClicked(), CFileLocDialog::OnOpenFile(), CMacroApplySrcTablePanel::OnOpenFile(), CMacroUpdProteinPanel::OnOpenFile(), CMacroWordSubstitutionDlg::OnOpenFile(), CMacroAdvStringConstraintPanel< T >::OnOpenFile(), CMacroFlowEditor::OpenSynonymFile(), and CEditMacroDlg::OpenSynonymFile().

◆ GetAverage() wxColour GetAverage ( const wxColor &  c1, const wxColor &  c2, double  ratio  )

Definition at line 810 of file wx_utils.cpp.

References a, b, g(), r(), and s_Average().

Referenced by CStatusBar::GetBackColor(), PT::CDataLoader::Initialize(), PT::CProjectItem::Initialize(), CGroupMapWidget::CGroupItem::x_DrawBackground(), CMapControl::x_DrawSeparationLines(), CMapItem::x_DrawSeparator(), and CMapControl::x_Init().

◆ GetDefaultFileArtProvider()

Definition at line 334 of file wx_utils.cpp.

References NULL, and s_FileArtProvider.

Referenced by CBamUIDataSourceType::CBamUIDataSourceType(), CEditToolbar::CEditToolbar(), CErrorListCtrl::CErrorListCtrl(), CGenBankUIDataSourceType::CGenBankUIDataSourceType(), CGroupMapWidget::CGroupMapWidget(), CLBLASTUIDataSourceType::CLBLASTUIDataSourceType(), PT::CPTIcons::CPTIcons(), CIndProgressBar::Create(), CAlignMultipleDemoDlg::CreateControls(), CTableDataListCtrl::CTableDataListCtrl(), CTableImportListCtrl::CTableImportListCtrl(), CTooltipFrame::CTooltipFrame(), CwxTreeCtrlEx::CwxTreeCtrlEx(), CDataMiningPanel::Init(), CDiagConsolePanel::Init(), CEventTablePanel::Init(), CQueryParsePanel::Init(), CSelectionPanel::Init(), CCrossAlnDemoDlg::Init(), CPhyloTreeDemoDlg::Init(), CConfigureTracksDlg::Init(), CSeqGraphicDemoDlg::Init(), CSeqTextDemoDlg::Init(), InitDefaultFileArtProvider(), CWindowManagerService::InitService(), CTooltipFrame::OnPinButton(), CPhyloTreeWidget::x_CreateControls(), CWorkbench::x_CreateFileArtProvider(), CTextPanel::x_CreateMainToolbar(), CSeqDesktopPanel::x_CreateToolbar(), CGraphicPanel::x_CreateToolbar(), and CDockMarkerWindow::x_InitBitmaps().

◆ GetDisplayPPI()

Mac always seems to return 72 for screen PPI so use wx function for non-mac and on mac divide the displays number of pixels by its physical size to get actual PPI.

Definition at line 1309 of file wx_utils.cpp.

References _TRACE, and NULL.

Referenced by CTextPanel::GetFont().

◆ GetMacDragWindowBounds() void GetMacDragWindowBounds ( wxTopLevelWindow *  win, intmenubar_height, intmaxy, intmaxx  ) ◆ GetMacOptionKeyDown() bool GetMacOptionKeyDown ( )

For mac, return an ID for the current space (of "Spaces" fame)

Definition at line 1274 of file wx_utils.cpp.

◆ GetMD5Digest() ◆ GetScreenRect() wxRect GetScreenRect ( const wxWindow &  win )

Definition at line 783 of file wx_utils.cpp.

Referenced by CDockManager::AddToDefaultLocation(), CAsyncCallDlg::Create(), CTooltipFrame::FitToWindow(), CDockContainer::OnDragOver(), IMovableButton::onMouseClick(), IMovableButton::OnRightClick(), CSeqGraphicPane::OnSearchTip(), CAECRFrame::SaveSettings(), CBulkEditFeatDlg::SaveSettings(), CEditPubDlg::SaveSettings(), CFindASN1Dlg::SaveSettings(), CParseTextDlg::SaveSettings(), CValidateFrame::SaveSettings(), CEditSequence::SaveSettings(), CMacroFlowEditor::SaveSettings(), CEditingBtnsPanel::SaveSettings(), CMacroEditor::SetPositionAndSize(), CMacroFlowEditor::SetPositionAndSize(), CDockContainer::x_CalculateHintRect(), CDockManager::x_GetActiveContainerByPos(), CDockManager::x_MoveToFloatingFrame(), CMessageSlot::x_ShowPopup(), CwxTableListCtrl::x_ShowTooltip(), and CMacroEditor::~CMacroEditor().

◆ GetVideoId()

Returns id of video configuration to be used for saving settings.

Definition at line 224 of file wx_utils.cpp.

References _TRACE, CChecksum::AddLine(), CChecksum::eMD5, GetMD5Digest(), i, NStr::Int8ToString(), and str().

Referenced by CDockManager::ApplyLayout(), CWndLayoutReg::GetLayout(), CWndLayoutReg::GetReadView(), CWndLayoutReg::GetWriteView(), CWndLayoutReg::Reset(), CDockManager::SaveLayout(), and CWndLayoutReg::SetLayout().

◆ InitDefaultFileArtProvider() void InitDefaultFileArtProvider ( const wxString &  dir ) ◆ LoadWindowRectFromRegistry() ◆ Merge() void Merge ( wxMenu &  menu_1, const wxMenu &  menu_2  )

merges all items form menu_2 into menu_1, preserving the structure if possible

merges all items form menu_2 into menu_1, preserving the structure if possible

Labels specify unique path to an item (similarly to paths in file systems).

Definition at line 579 of file wx_utils.cpp.

References _ASSERT, ITERATE, label, s_CloneMenuItem(), s_FindSeparator(), s_FindSubItem(), s_GetCleanMenuText(), and s_InsertInUnnamedGroup().

Referenced by CRegExFSA::Add(), AddCommandsForScopedObjects(), SPSG_UserArgsBuilder::Build(), CFlatFileViewContext::CreateMenu(), CDesktopViewContext::CreateMenu(), CWindowManager::GetMenu(), CSelectionViewEventHandler::OnContextMenu(), CDataMiningPanel::OnContextMenu(), CProjectTreePanel::OnContextMenu(), CEventTablePanel::OnContextMenu(), CTaskTablePanel::OnContextMenu(), CTextItemPanel::OnContextMenu(), CFlatFileViewContext::OnEditBioseq(), CGridWidget::OnGridCellRightClick(), CMenuService::ResetMenuBar(), SPSG_UserArgsBuilder::s_ReadIniArgs(), CSeqGraphicWidget::x_CreatePopupMenu(), and SPSG_UserArgsBuilder::x_MergeOthers().

◆ NcbiChooseColor() ◆ OpenFileBrowser() void OpenFileBrowser ( const wxString &  path ) ◆ operator<<() [1/2] ◆ operator<<() [2/2] ostream& operator<< ( ostream &  os, const wxCharBuffer &  buff  ) inline

Definition at line 189 of file wx_utils.hpp.

◆ RemoveChildWindow() void RemoveChildWindow ( wxFrame *  parent, wxWindow *  child  ) ◆ ReportIDError() ◆ ReportMemoryUsage() void ReportMemoryUsage ( ) ◆ RunningInsideNCBI() bool RunningInsideNCBI ( )

Definition at line 1335 of file wx_utils.cpp.

References CConnTest::IsNcbiInhouseClient(), CSysPath::ResolvePathExisting(), and wxT.

Referenced by CClickableSortUniqueCount::CClickableSortUniqueCount(), CDiscrepancyDlg::Create(), CAECRFrame::CreateControls(), CDiscrepancyDlg::CreateControls(), CDiscrepancyPanel::CreateControls(), CValidateFrame::CreateControls(), CValidatePanel::CreateControls(), CEditSequence::CreateControls(), CRawSeqToDeltaByNPanel::CreateControls(), CUpdateSeqPanel::CreateControls(), CValidatorReportCfgDlg::CreateControls(), CTextViewOptionsDlg::CreateControls(), CUICommandRegistry::CreateMenu(), CUpdateSeqPanel::GetData(), CSequenceEditingEventHandler::GetFeatureLocation(), CAlignPackage::Init(), CSeqEditPackage::Init(), CDescriptorTextPanel::IsExportEnabled(), CLocationPanel::IsExportEnabled(), CStructuredCommentPanel::IsExportEnabled(), CDescriptorTextPanel::IsImportEnabled(), CLocationPanel::IsImportEnabled(), CStructuredCommentPanel::IsImportEnabled(), CSequenceEditingEventHandler::IsLocationSelected(), CAECRFrame::LoadSettings(), CEditingBtnsPanel::LoadSettings(), CDiscrepancyDlg::OnDataChanged(), CDiscrepancyPanel::OnDblClk(), CUpdateSeqPanel::OnIgnoreAlignmentClick(), CUpdateSeqPanel::OnImportChecked(), CValidatePanel::OnListItemRightClick(), CValidatePanel::OnListItemSelected(), CValidatePanel::OnMouseMove(), CUpdateSeqPanel::OnReplaceBtnSelected(), CUpdateSeq_Dlg::OnUpdateSequence(), CDiscrepancyPanel::RefreshData(), CAECRFrame::SaveSettings(), CUpdateSeqPanel::SetData(), CAECRFrame::SetInitParameters(), CFlatFileViewContext::ShowEditIcons(), CUpdateSeqPanel::UpdatePanel(), CSrcDescEditorPanel::UpdateSeqdesc(), CSequenceEditingEventHandler::UpdateSingleSequence(), CValidatePanel::x_DisplayList(), CTableDataValidateJob::x_FetchAll(), and CUpdateSeqPanel::x_InitAlnMultiWidgetAndUpdateTypes().

◆ SaveWindowRectToRegistry() ◆ SetMenuItemMarginWidth() void SetMenuItemMarginWidth ( wxMenuItem *  item, wxBitmap *  bmp  ) ◆ ToAbsolutePath() wxString ToAbsolutePath ( const wxString &  base, const wxString &  rel_path  )

converts relative path from the current workspace directory to an absolute path

Definition at line 301 of file wx_utils.cpp.

References wxT.

◆ ToArrayString() void ToArrayString ( const vector< string > &  out, wxArrayString &  in  )

Definition at line 353 of file wx_utils.cpp.

References i, in(), n, out(), and ToWxString().

Referenced by CApplyIndexerComments::CreateControls(), CGeneralIDPanel::CreateControls(), CSingleChoicePanel::CreateControls(), CMacroFeatsOnSeqPanel::CreateControls(), CBLASTSearchParamsPanel::x_InitGeneticCodesCombo(), CSingleQualPanel::x_LoadChoices(), and CBLASTSearchOptionsPanel::x_OnInputTypeChanged().

◆ ToAsciiStdString()

Definition at line 166 of file wx_utils.hpp.

References input(), NULL, output, and UTF8ToAsciiString().

Referenced by CSubmitBlockDlg::GetAlternateEmailAddress(), CUnpublishedPanel::GetTitle(), CSubmitBlockDlg::OnExportBtnClick(), CwxSavePdfBaseDlg::OnFilepathClick(), CwxExportAlnmultiImgDlg::OnFilepathClick(), CwxExportVectorImageDlg::OnFilepathClick(), CAuthorAffiliationPanel::TransferDataFromWindow(), CConsortiumPanel::TransferDataFromWindow(), CContactPanel::TransferDataFromWindow(), CSingleAuthorPanel::TransferDataFromWindow(), CSubmitBlockPanel::TransferDataFromWindow(), CSubmitterPanel_Depr::TransferDataFromWindow(), CSingleAuthorPanel::TransferDataToWindow(), CSerialAsciiTextValidator::TransferFromWindow(), and CSaveFileHelper::Validate().

◆ ToRelativePath() wxString ToRelativePath ( const wxString &  base, const wxString &  abs_path  )

converts an absolute path to a relative one based on current workspace directory

Definition at line 281 of file wx_utils.cpp.

References wxT.

◆ ToStdString()

Definition at line 161 of file wx_utils.hpp.

References string.

Referenced by CExportTableDlg::AddBioSource(), CStrandPanel::AddCommand(), CPseudoPanel::AddCommand(), CTableSortMultiChoice::AddLevels(), CBulkCDSAddPanel::AddOneCmd(), CBulkOtherAddPanel::AddOneCommand(), CBulkRNAAddPanel::AddOneCommand(), CAlignCDSAddPanel::AddOneCommand(), CAlignRNAAddPanel::AddOneCommand(), CAlignOtherAddPanel::AddOneCommand(), CModifyStructuredComment::apply(), C5ColLoadManager::C5ColLoadManager(), CGffLoadManager::CGffLoadManager(), CNetBLAST_DMSearchForm::ConstructQuery(), CSNPSearchForm::ConstructQuery(), CComponentSearchForm::ConstructQuery(), CCpgSearchForm::ConstructQuery(), CEntrezSearchForm::ConstructQuery(), CFeatureSearchForm::ConstructQuery(), COrfSearchForm::ConstructQuery(), CSequenceSearchForm::ConstructQuery(), CVcfSearchForm::ConstructQuery(), CMacroFlowEditor::CopyDefaultLibrary(), CPslLoadManager::CPslLoadManager(), CwxExportAlnmultiImgDlg::Create(), CUpdateMultiSeq_Dlg::CreateControls(), CTableReaderMacro::CreateMacros(), CTableObjectLoader::CTableObjectLoader(), CTextAlignLoaderManager::CTextAlignLoaderManager(), CMainFrame::DoGiveHelp(), PT::CProject::DoProperties(), PT::CProjectItem::DoProperties(), CEditTextOptionsPanel::EditText(), PT::CProject::EndLabelEdit(), PT::CProjectFolder::EndLabelEdit(), PT::CProjectItem::EndLabelEdit(), PT::CWorkspace::EndLabelEdit(), C5ColObjectLoader::Execute(), CBedObjectLoader::Execute(), CGffObjectLoader::Execute(), CPslObjectLoader::Execute(), CTextAlignObjectLoader::Execute(), CVcfObjectLoader::Execute(), CFlatFileViewContext::FindSequence(), CTextItemPanel::FindText(), FromArrayString(), CSimpleClipboard::Get(), CMacroAuthorNamesPanel::GetAuthorNames(), CSourceFieldNamePanel::GetChoices(), CSetClassPanel::GetClass(), CAddDefLineDlg::GetCommand(), CAddTranslExceptDlg::GetCommand(), CAppendModToOrgDlg::GetCommand(), CBulkOtherAddPanel::GetCommand(), CBulkCDSAddPanel::GetCommand(), CCorrectIntervalOrder::GetCommand(), CMolInfoEditDlg::GetCommand(), CPrefixDeflinedlg::GetCommand(), CRemoveDescDlg::GetCommand(), CRemoveFeaturesDlg::GetCommand(), CRemoveGeneXrefs::GetCommand(), CRemoveSeqFromAlignDlg::GetCommand(), CSuppressGenes::GetCommand(), CUpdateTLSNameDlg::GetCommand(), CAlignOtherAddPanel::GetCommand(), CReplaceSingleFieldPanel::GetCommand(), CStringConstraintSelect::GetConstrainedColumn(), CLoadSeqFromEntrez_dlg::GetData(), CMacroApplySrcTablePanel::GetDelimiter(), CAdvStringConstraintPanel< T >::GetDescription(), CEditObjectFeaturePropagate::GetEditCommand(), CBulkOtherAddPanel::GetErrorMessage(), CBulkCDSAddPanel::GetErrorMessage(), CPaintAlignment::GetExportCont(), CPaintAlignment::GetExportInter(), CStructCommentFieldPanel::GetFieldName(), CStructFieldValuePanel::GetFieldName(), CDbxrefNamePanel::GetFieldName(), CFieldChoicePanel::GetFieldName(), CGeneFieldPanel::GetFieldName(), CGeneralIDPanel::GetFieldName(), CMiscFieldPanel::GetFieldName(), CProteinFieldPanel::GetFieldName(), CFeatureTypePanel::GetFieldName(), CFieldHandlerNamePanel::GetFieldName(), CSourceFieldNamePanel::GetFieldName(), CFieldChoicePanel::GetFieldType(), CFieldChoicePanel::GetFieldTypes(), CFileLocDialog::GetFilename(), CMacroApplySrcTablePanel::GetFilename(), CMacroUpdProteinPanel::GetFilename(), CIGSFlankPanel::GetFlankLabel(), CMatchFeatureTableDlg::GetFtableIDToSeqIDMap(), CApplySrcTableTreeItemData::GetFunction(), CApplyStrCommTableTreeItemData::GetFunction(), CApplyPubTableTreeItemData::GetFunction(), CApplyDBlinkTableTreeItemData::GetFunction(), CApplyMolinfoTableTreeItemData::GetFunction(), CApplyMiscTableTreeItemData::GetFunction(), CApplyFeatTableTreeItemData::GetFunction(), CApplyCDSGeneProtTableTreeItemData::GetFunction(), CApplyRNATableTreeItemData::GetFunction(), CMacroAdvStringConstraintPanel< T >::GetFuncWithArgs(), CwxAlnStatOptionsDlg::GetGraphHeight(), CLocationListCtrl::GetIdFromForm(), CIGSFlankPanel::GetIGSLabel(), CGenBankLoadOptionPanel::GetInput(), CISOJTALookupDlg::GetISOJTA(), CTableSortMultiChoice::GetLevels(), CBulkLocationPanel::GetLocForBioseq(), CFieldHandlerNamePanel::GetMacroFieldLabel(), CRNAFieldNamePanel::GetMacroFieldName(), CSourceFieldNamePanel::GetMacroFieldName(), CStructCommentFieldPanel::GetMacroFieldName(), CStringConstraintPanel::GetMacroStringConstraint(), CSearchFormBase::GetMainValue(), CwxMarkerInfoPanel::GetMarkerId(), CwxMarkerNameDlg::GetMarkerName(), CwxSeqMarkerSetDlg::GetMarkerName(), CSingleSequencePanel::GetModifierValue(), SrcEditDialog::GetNewColumn(), CApplyRNAITSDlg::GetNextRNA_ITSChoice(), CSingleSequencePanel::GetOrganelleValue(), CDataSourcesOptionsDlgExtension::GetPageLabel(), CParseTextOptionsDlg::GetParseOptions(), CCDSTranslationPanel::GetProductId(), CGenericPropsPanel::GetPseudoChoice(), CFeatureFieldNamePanel::GetQualifierName(), CSequenceGotoData::GetRange(), CFeedbackWizard::GetReport(), CNetBLASTLoadOptionPanel::GetRIDs(), CApplyRNAITSDlg::GetRNAITSList_AlignCoordFromDlg(), CApplyRNAITSDlg::GetRNAITSList_SeqCoordFromDlg(), CRNAFieldNamePanel::GetRnaType(), CDualRNAFieldNamePanel::GetRnaType(), CSeqTableGridPanel::GetRowIndex(), CAssemblyListPanel::GetSearchTerm(), CValidatorReportCfgDlg::GetSelected(), CwxHistogramDlg::GetSelected(), CVcfSampleSelectionPanel::GetSelectedSamples(), CSingleSequencePanel::GetSeqId(), CEditPubDlg::GetStatusConstraint(), CStringConstraintPanel::GetStringConstraint(), CMacroStringConstraintPanel::GetStringConstraint(), CSuspectAddConstraint::GetStringConstraint(), CAdvStringConstraintPanel< T >::GetStringConstraint(), CMacroAdvStringConstraintPanel< T >::GetTextConstraint(), CwxLabelEditDlg::GetUpdatedLabel(), CAuthorizedAccessPanel::GetUser_object(), CRefGeneTrackingPanel::GetUser_object(), CRichTextCtrl::GetUtf8(), CAltitudePanel::GetValue(), CInferencePanel::GetValue(), CLatLonPanel::GetValue(), CMultipleAssemblyProgramPanel::GetValue(), CSingleExperimentPanel::GetValue(), CSingleAssemblyProgramPanel::GetValue(), CSrcModTextPanel::GetValue(), CVoucherPanel::GetValue(), CGBQualSemicontrolledTextPanel::GetValue(), CGBQualDirectionPanel::GetValue(), CGBQualTextPanel::GetValue(), CRptTypePanel::GetValue(), CRptUnitRangePanel::GetValue(), CStringListCtrl::CConstIterator::GetValue(), CTwoPartQualPanel::GetValue(), CSingleAssemblyMethod::GetValue(), CMacroApplySrcTablePanel::GetValues(), CDataMiningPanel::HandleTool(), CSeqEditPackage::Init(), CSeqTableGridPanel::InitMapRowLabelToIndex(), CSubPrepIntroPanel::IsComplete(), CRptTypePanel::IsParseable(), CGenericPropsPanel::IsPseudo(), CMatchFeatureTableDlg::LinearAutomatch(), CwxDemoFeatureTableFrame::LoadAccession(), CGBDocument::LoadFile(), CAsnObjectLoader::LoadFromStream(), CTextAlignObjectLoader::LoadFromStream(), CClustalOmegaToolParams::LoadSettings(), CClustalwToolParams::LoadSettings(), CFindOverlapParams::LoadSettings(), CKalignToolParams::LoadSettings(), CMafftToolParams::LoadSettings(), CMuscleToolParams::LoadSettings(), CNGAlignParams::LoadSettings(), CPhyExportParams::LoadSettings(), C5ColExportParams::LoadSettings(), CAgpExportParams::LoadSettings(), CGffExportParams::LoadSettings(), CGtfExportParams::LoadSettings(), CDebugMacroToolParams::LoadSettings(), CGffLoadParams::LoadSettings(), CTextAlignParams::LoadSettings(), CwxExportAlnmultiImgDlg::LoadSettings(), CAssignColumnValueDlg::LoadSettings(), CwxExportVectorImageDlg::LoadSettings(), CwxSavePdfBaseDlg::LoadSettings(), CSeqTableGridPanel::MakeColumnReadOnly(), CSimpleClipboard::MakeString(), NcbiFileBrowser(), CCrossAlnDemoDlg::OnAccClick(), CAlignMultipleDemoDlg::OnAccClick(), CHitMatrixDemoDlg::OnAccClick(), CFlatFileDemoDlg::OnAccClick(), CSeqGraphicDemoDlg::OnAccClick(), CSeqTextDemoDlg::OnAccClick(), CSingleRefGeneTrackLocPanel::OnAccessionTxtTextUpdated(), CMacroWordSubstitutionDlg::OnAdd(), CBulkRNAAddPanel::OnAdd16StoComment(), CAlignRNAAddPanel::OnAdd16StoComment(), CBulkRNAAddPanel::OnAdd18SToComment(), CAlignRNAAddPanel::OnAdd18SToComment(), CObjectListWidgetSel::OnAddAccessionClick(), CPhyloSaveSelectiondlg::OnAddCurrentSelBtnClick(), SrcEditDialog::OnAddQual(), CSeqGraphicWidget::OnAddTrack(), CApplyRNAITSDlg::OnAnyOtherChoiceSelected(), CQualityScoringPanel::OnApply(), CConservationScoringPanel::OnApply(), CTableSortMultiChoice::OnBrowseBtn(), CBLASTSearchOptionsPanel::OnBrowseDatabases(), CScoreMethodsDlg::OnButton1Click(), CScoreMethodsDlg::OnButton2Click(), CwxPhyloEditDlg::OnButton4Click(), CRemarksAndSerialNumberPanel::OnButtonClick(), CVarResolverDlg::OnButtonDoneClick(), CSelectFeatureDlg::OnButtonSaveFile(), CVirusMoleculeQuestionsPanel::OnCdnaFromGenomicSelected(), CVirusMoleculeQuestionsPanel::OnCdnaFromMrnaSelected(), CSrcModListPanel::OnChangedTaxname(), CSubPrep_panel::OnChangeSet(), CSingleCDSExceptionPanel::OnChoice14Selected(), CncRNASubPanel::OnChoice5Selected(), CAppendModToOrgDlg::OnChoiceChanged(), CSeqGraphicWidget::OnCloneTrack(), CwxPhyloEditDlg::OnColourctrlColourPickerChanged(), CTableFormatPanel::OnCommentCharTxtCtrlTextUpdated(), CSingleRefGeneTrackLocPanel::OnCommentTxtTextUpdated(), CApplyRNAITSDlg::OnCtrlFromKillFocus(), CApplyRNAITSDlg::OnCtrlToKillFocus(), CBLASTSearchOptionsPanel::OnDatabaseComboSelected(), CVirusMoleculeQuestionsPanel::OnDataChange(), CTableColumnIdPanel::OnDataTypePropertySelected(), CSubPrepFieldEditor::OnEditctrlHyperlinkClicked(), CSubmissionPrepMainPanel::OnEditSequencingTechnologyClicked(), CJobResultsDlg::OnExportClick(), CAssemblyTrackingPanel::OnExportIntervalsBtnClick(), CAssemblyTrackingPanel::OnExportListBtnClick(), CBulkOtherAddPanel::OnFeatureTypeListboxSelected(), CAlignOtherAddPanel::OnFeatureTypeListboxSelected(), CSingleQualPanel::OnFieldSelected(), CFieldChoicePanel::OnFieldTypeChoiceSelected(), CSelectQualdDlg::OnFieldTypeSelected(), CObjectListWidgetSel::OnFilterUpdated(), CApplyRNAITSDlg::OnFirstChoiceSelected(), CwxPhyloSettingsDlg::OnFontFaceChoiceSelected(), CGeneralIDPanel::OnGeneralIDChoice(), CGenericPanel::OnGenericReportFindClick(), CGenericPanel::OnGenericReportFindClick2(), CSingleRefGeneTrackLocPanel::OnGiTxtTextUpdated(), CSubPrepFieldEditor::OnGlobalchoiceSelected(), CHistConfigDlg::OnHeightUpdated(), CUpdateMultiSeq_Dlg::OnIdentSeqSelected(), CSubPrepIntroPanel::OnIntroTextClickUrl(), CJournalPanel::OnJournalLookupIsojtaClick(), CJournalPanel::OnJournalPmidTextUpdated(), CSeqTableGridPanel::OnLabelLeftDClick(), CSubPrepFieldEditor::OnLeaveTextColumnWindow(), CSrcModPanel::OnLeftDown(), CSrcModPanel::OnLeftUp(), CwxPhyloEditDlg::OnListctrl1Selected(), CEditMacroDlg::OnListItemSelected(), CSelectFeatureDlg::OnLoadAccession(), CAdjustFeaturesForGaps::OnMakeReport(), CUpdateMultiSeq_Dlg::OnMapSelectionClick(), CUpdateMultiSeq_Dlg::OnNonIdentSeqSelected(), CFolderEditDlg::OnOkClick(), CAlnPropertiesDlg::OnOkClick(), CwxPhyloEditDlg::OnOkClick(), CwxPhyloSettingsDlg::OnOkClick(), CwxTreeLabelEdit::OnOkClick(), CwxSeqMarkerSetDlg::OnOkClick(), CMacroWordSubstitutionDlg::OnOpenFile(), CEditMacroDlg::OnPrintClick(), CEditMacroDlg::OnPrintParallelClick(), WizardPage2::OnProblemPageChanging(), CBLASTSearchOptionsPanel::OnProgramComboSelected(), CScoringMethodsDlg::OnPropertiesClick(), CVirusMoleculeQuestionsPanel::OnPurifiedSelected(), SrcEditDialog::OnQualchoiceSelected(), CwxHistogramDlg::OnQueryListSelected(), CBLASTSearchOptionsPanel::OnQuerySequenceSetSelected(), CGenBankLoadOptionPanel::OnRecentAccClicked(), CMacroWordSubstitutionDlg::OnRemoveFromFile(), CSeqTableGridPanel::OnRenameColumn(), CSeqGraphicWidget::OnRenameTrack(), CValidatorReportCfgDlg::OnReportBtnClick(), CCDSTranslationPanel::OnRetranslateOnOkChanged(), CRNANamePanel::OnRNATypeSelected(), CEditMacroDlg::OnRunClick(), CwxExportAlnmultiImgDlg::OnSaveClick(), CwxExportVectorImageDlg::OnSaveClick(), CMacroFlowEditor::OnSaveCopies(), CMacroEditingActionPanel::OnSearchCtrlClick(), CSeqDesktopPanel::OnSearchCtrlClick(), CMacroEditingActionPanel::OnSearchCtrlEnter(), CSeqDesktopPanel::OnSearchCtrlEnter(), CFeatureCheckDialog::OnSearchctrlSearchButtonClick(), CFeatureCheckDialog::OnSearchctrlTextUpdated(), CGridWidget::OnSearchExcludeCellValue(), CGridWidget::OnSearchIncludeCellValue(), CBLAST_DB_Dialog::OnSearchTextUpdated(), CItemSelectionPanel::OnSearchUpdated(), CApplyIndexerComments::OnSelect(), CSelectQualdDlg::OnSelect(), CPhyloSaveSelectiondlg::OnSelectionTextUpdated(), CBulkRNAAddPanel::OnSelectRNAType(), CAlignRNAAddPanel::OnSelectRNAType(), CSelectTargetDlg::OnSelTargetAcceptClick(), CTextPanel::OnSequenceSelected(), CAlnMultiWidget::OnShowMethodDlg(), CSubmissionPrepMainPanel::OnSourceTypeSelected(), CSingleRefGeneTrackLocPanel::OnStartTxtTextUpdated(), CSingleRefGeneTrackLocPanel::OnStopTxtTextUpdated(), CwxHistogramDlg::OnSubjectListSelected(), CBLASTSearchOptionsPanel::OnSubjectSequenceSetSelected(), CAutoCompleteCombo::OnTextChanged(), CTwoPartQualPanel::OnTextctrl28TextUpdated(), CSingleDbxref_SubPanel::OnTextctrl32TextUpdated(), CRefGeneTrackLocListPanel::OnTypeChoiceSelected(), CMacroWordSubstitutionDlg::OnUpdateAccept(), CUpdateMultiSeq_Dlg::OnUpdateAllSequenceClick(), CMacroFlowEditor::OnUpdateSynonymFile(), CUpdateMultiSeq_Dlg::OnUpdateThisSequenceClick(), CMultipleAssemblyProgramPanel::OnVersionEntered(), CVirusMoleculeQuestionsPanel::OnWholeCellSelected(), CAutoCompleteCombo::ProvideItems(), CSearchControl::Push(), CMatchFeatureTableDlg::QuadraticAutomatch(), NEditingStats::ReportUsage(), NMacroStats::ReportUsage(), CPhyExportJob::Run(), CAgpExportJob::Run(), CEditingBtnsPanel::RunMacroWithReport(), s_CallAligner(), s_EditFolder(), s_fromatstr(), s_UpdateSubtype(), CStringHistory::Save(), NMacroStats::SaveScriptToFile(), CClustalOmegaToolParams::SaveSettings(), CClustalwToolParams::SaveSettings(), CFindOverlapParams::SaveSettings(), CKalignToolParams::SaveSettings(), CMafftToolParams::SaveSettings(), CMuscleToolParams::SaveSettings(), CNGAlignParams::SaveSettings(), CPhyExportParams::SaveSettings(), CTreeBuilderParams::SaveSettings(), C5ColExportParams::SaveSettings(), CAgpExportParams::SaveSettings(), CGffExportParams::SaveSettings(), CGtfExportParams::SaveSettings(), CDebugMacroToolParams::SaveSettings(), CGffLoadParams::SaveSettings(), CTextAlignParams::SaveSettings(), CAssignColumnValueDlg::SaveSettings(), CCopyColumnDlg::SaveSettings(), CSequenceEditingEventHandler::SaveSubmissionFile(), CwxTableListCtrl::SaveTableSettings(), CSeqTableGridPanel::SetColumnSizesAndChoices(), CGeneFieldPanel::SetFieldName(), CMiscFieldPanel::SetFieldName(), CProteinFieldPanel::SetFieldName(), CCDSGeneProtFieldNamePanel::SetFieldName(), CFieldHandlerNamePanel::SetFieldName(), CRNAFieldNamePanel::SetFieldName(), CDualRNAFieldNamePanel::SetFieldName(), CDualRNAFieldNamePanel::SetFieldName2(), CSrcModPanel::SetModifierData(), CRNAFieldNamePanel::SetRnaType(), CDualRNAFieldNamePanel::SetRnaType(), CwxExportVectorImageDlg::SetSeqRange(), CSubmissionPrepMainPanel::SetSourceType(), CGridTableSeqIds::SetValue(), CInferencePanel::SetValue(), CRptTypePanel::SetValue(), CReportEditingDialog::Show(), CAssemblyTermCompleter::Start(), CRNANameCompleter::Start(), CTaxonTextCompleter::Start(), CEditMacroDlg::StoreSynonyms(), CBLASTSearchOptionsPanel::TransferDataFromWindow(), CBLASTSearchParamsPanel::TransferDataFromWindow(), CCleanupAlignmentsParamsPanel::TransferDataFromWindow(), CProSplignPanel::TransferDataFromWindow(), CGAssemblyOtherPanel::TransferDataFromWindow(), CGAssemblyPanel::TransferDataFromWindow(), CGeneralPanel::TransferDataFromWindow(), CPublishedRefPanel::TransferDataFromWindow(), CRefGeneTrackLocListPanel::TransferDataFromWindow(), CSequencingTechnologyPanel::TransferDataFromWindow(), CSingleAssemblyTrackingPanel::TransferDataFromWindow(), CSingleRefGeneTrackLocPanel::TransferDataFromWindow(), CSubmitterAffilPanel::TransferDataFromWindow(), CSubmitterNamePanel::TransferDataFromWindow(), CSubmitterPanel_Depr::TransferDataFromWindow(), CFeatureFilterDlg::TransferDataFromWindow(), CObjectListWidgetSel::TransferDataFromWindow(), CFeatureCreateDialog::TransferDataFromWindow(), CAddQuickLaunchDlg::TransferDataFromWindow(), CAlignTabExportPage2::TransferDataFromWindow(), CAgpExportPage::TransferDataFromWindow(), CGenericPropsPanel::TransferDataFromWindow(), CImportFeaturePanel::TransferDataFromWindow(), CJournalPanel::TransferDataFromWindow(), CncRNASubPanel::TransferDataFromWindow(), CPCRPrimerEntry::TransferDataFromWindow(), CRegionPanel::TransferDataFromWindow(), CRemarksAndSerialNumberPanel::TransferDataFromWindow(), CRNAPanel::TransferDataFromWindow(), CSingleCDSExceptionPanel::TransferDataFromWindow(), CSingleDbxref_SubPanel::TransferDataFromWindow(), CSrcModListPanel::TransferDataFromWindow(), CSubmitRemarksPanel::TransferDataFromWindow(), CTitlePanel::TransferDataFromWindow(), CtmRNASubPanel::TransferDataFromWindow(), CtRNAProductPanel::TransferDataFromWindow(), CSequencingTechnologyPanel::TransferDataToWindow(), CAlignTabExportPage2::TransferDataToWindow(), CSerialTextValidator::TransferFromWindow(), CSerialTitleValidator::TransferFromWindow(), CFloatTextValidator::TransferFromWindow(), CSourceOtherPanel::TransferToOrgRef(), CEntrezSearchForm::Update(), CPCRPrimersPanel::UpdateBioSourcePrimers(), CUnpublishedRefPanel::UpdateCitGen(), CSeqTableGridPanel::UpdateColumnLabelHeight(), CColorPanel::UpdateData(), CAttribTableDelimitersPanel::UpdateDelimiters(), CTableDelimitersPanel::UpdateDelimiters(), CSelectQualdDlg::UpdateEditor(), CCDSTranslationPanel::UpdateForceNear(), CEditMacroDlg::UpdateMacroWithSynFile(), CSubmissionWizard::UpdateOnPageChange(), CwxPhyloSettingsDlg::UpdateSample(), CDescriptorTextPanel::UpdateSeqdesc(), CSubPrepFieldEditor::UpdateValues(), CFloatTextValidator::Validate(), CRegexpValidator::Validate(), wxStringsToGlFont(), CFeatureCheckPanel::x_AccessState(), CSrcModListPanel::x_AddTextSrcMods(), COrgAdvancedPanel::x_ApplyChangesToSource(), COrgGeneralPanel::x_ApplyChangesToSource(), CRemoveDescDlg::x_ApplyToSeq_entry(), CDataMiningPanel::x_CancelSearch(), CCDSTranslationPanel::x_CollectData(), CIdentifiersPanel::x_CollectFeatId(), CSrcModListPanel::x_CollectTextMods(), CDataMiningPanel::x_CreateFeature(), CFindOverlapJob::x_CreateProjectItems(), CTreeBuilderJob::x_CreateProjectItems(), CtRNAProductPanel::x_EnableInitiatorSelection(), CRNAFieldNamePanel::x_EnableNcRnaClass(), CDualRNAFieldNamePanel::x_EnableNcRnaClass(), CDataMiningPanel::x_ExecuteSearch(), CEditObjectFeaturePropagate::x_FillTargetComboList(), CBLAST_DB_Dialog::x_FilterItems(), SrcEditDialog::x_FindColumn(), CMacroEditingActionPanel::x_FindItem(), CStructuredCommentPanel::x_FindRow(), CRelaxedLookupDlg::x_GetCitMatchSearchTerms(), CUpdateMultiSeq_Dlg::x_GetCurrentSelection(), CStructuredCommentPanel::x_GetFields(), CMacroAdvStringConstraintPanel< T >::x_GetMatchText(), CRNANamePanel::x_GetMultiElementName(), CObjectListWidgetSel::x_GetObjectList(), CRelaxedLookupDlg::x_GetPubIds(), CBulkRNAAddPanel::x_GetRnaName(), CAlignRNAAddPanel::x_GetRnaName(), CRelaxedLookupDlg::x_GetSearchTerms(), CwxAnnotConfigDlg::x_GetSelectedAnnotName(), CwxExportVectorImageDlg::x_GetSeqRange(), CRNANamePanel::x_GetSingleElementName(), CRefGeneTrackingPanel::x_GetStatus(), CCorrectRNAStrandDlg::x_GetStatusSMART(), CAdjustFeaturesForGaps::x_IsFeatureTypeSelected(), CMacroWordSubstitutionDlg::x_LookupWord(), CSeqTableGridPanel::x_MakeProblemsColumnReadOnly(), CFeaturePanel::x_OnColorIconClicked(), CFeaturePanel::x_OnDecorationIconClicked(), CFeaturePanel::x_OnLabelIconClicked(), CSeqTableGridPanel::x_OnPasteCells(), CAlignmentTrack::x_OnScoreIconClicked(), CFeaturePanel::x_OnSizeIconClicked(), CTableView::x_OnUrlHover(), CVcfTableView::x_OnUrlHover(), CFindOverlapJob::x_PrepareAligner(), CMacroApplySrcTablePanel::x_ProcessFirstLine(), CUpdateAlign::x_ReadAlign(), CwxSeqTextViewOptions::x_SaveSettings(), CCpgSearchForm::x_SaveSettings(), CEntrezSearchForm::x_SaveSettings(), CFeatureSearchForm::x_SaveSettings(), COrfSearchForm::x_SaveSettings(), CSequenceSearchForm::x_SaveSettings(), CSrcModPanel::x_SetEditor(), CSubPrepFieldEditor::x_SetEditorControls(), CLocAndGCodePanel::x_SetGeneticCode(), CLocAndGCodePanel::x_SetLocation(), CLocAndGCodePanel::x_SetMitochondrialCode(), x_SetNameFromName(), CConvertCdsToMiscFeat::x_SetOptions(), CConvertFeatDlg::x_SetOptions(), CBioSourcePanel::x_SetOrganismInfo(), CLocAndGCodePanel::x_SetOrigin(), CLocAndGCodePanel::x_SetPlastidCode(), CRefGeneTrackingPanel::x_SetStatus(), CUpdateMultiSeq_Dlg::x_SkipSelected(), CSeqTableGridPanel::x_SortByRowLabel(), CSeqTableGridPanel::x_SortTableByColumn(), CSeqTextPanel::x_StartSearch(), CSubmissionWizard::x_StepBackward(), CSubmissionWizard::x_StepForward(), CScoringMethodsDlg::x_UpdateDescription(), CScoreMethodsDlg::x_UpdateDescription(), CGenericPropsPanel::x_UpdateDisableOnRetranslate(), CSrcModListPanel::x_UpdateList(), CUpdateMultiSeq_Dlg::x_UpdateNotebookAfterMapping(), CBLASTSearchOptionsPanel::x_UpdateQuerySeqSet(), CAssemblyListPanel::x_UpdateSearchTerm(), CBLASTSearchOptionsPanel::x_UpdateSubjectSeqSet(), CDataMiningPanel::x_UpdateWidgetAndTool(), and CGenBankLoadOptionPanel::x_ValidateInput().

◆ ToString() ◆ ToWxString() [1/2] wxString ToWxString ( const char *  s, size_t  len  ) inline ◆ ToWxString() [2/2]

Definition at line 173 of file wx_utils.hpp.

Referenced by CGroupMapWidget::AddItem(), CTableSortMultiChoice::AddLevels(), AddProteinToSeqEntry(), CQueryParsePanel::AddQueryText(), CStringListCtrl::AddString(), CUICommand::AppendMenuItem(), CUICommandRegistry::AppendTool(), CAddSequences::apply(), CApplyRNAITSDlg::Apply_RNAITS_ToBioseq(), CApplyRNAITSDlg::Apply_RNAITS_ToTSE(), PT::CProject::BeginLabelEdit(), PT::CWorkspace::BeginLabelEdit(), CSequenceEditingEventHandler::BulkCdsEdit(), CEditingBtnsPanel::BulkEditCDS(), CEditingBtnsPanel::BulkEditMiscFeat(), CEditingBtnsPanel::BulkEditRNA(), CEditingBtnsPanel::BulkGeneEdit(), CSequenceEditingEventHandler::BulkGeneEdit(), CSequenceEditingEventHandler::BulkMiscFeatEdit(), CSequenceEditingEventHandler::BulkRnaEdit(), CFlatFileLocusItem::CalcSize(), CEditObjectSeq_feat::CanClose(), CBamUIDataSourceType::CBamUIDataSourceType(), CGenBankUIDataSourceType::CGenBankUIDataSourceType(), CConvertSetTypeDlg::ChangeNotify(), CDescriptorTextPanel::ChangeSeqdesc(), CWorkspaceAutoSaver::CheckCrash(), CLBLASTUIDataSourceType::CLBLASTUIDataSourceType(), CMacroEditor::CMacroEditor(), CNumberValidator::CNumberValidator(), CStructCommentFieldPanel::CompleteStructCommentFields(), CDockNotebook::Cont_Replace(), CSequenceEditingEventHandler::CountryConflict(), CPmidValidator::CPmidValidator(), CwxExportAlnmultiImgDlg::Create(), CDataSourcesPage::CreateControls(), CAppOptionsDlg::CreateControls(), CBLASTSearchParamsPanel::CreateControls(), CTreeBuilderPanel::CreateControls(), CQualApplyPanel::CreateControls(), CAppendModToOrgDlg::CreateControls(), CAutodefParamsPanel::CreateControls(), CBulkMiscFeat::CreateControls(), CBulkMolinfoEditDlg::CreateControls(), CBulkRNAAddPanel::CreateControls(), CConvertCdsToMiscFeat::CreateControls(), CConvertSetTypeDlg::CreateControls(), CCorrectIntervalOrder::CreateControls(), CEditHistory::CreateControls(), CExportTableDlg::CreateControls(), CFieldChoicePanel::CreateControls(), CMolInfoEditDlg::CreateControls(), CRemoveDescDlg::CreateControls(), CRemoveFeaturesDlg::CreateControls(), CRemoveGeneXrefs::CreateControls(), CRemoveSeqFromAlignDlg::CreateControls(), CReorderSequencesDlg::CreateControls(), CRevCompSequencesDlg::CreateControls(), CRNANamePanel::CreateControls(), CSubPrepIntroPanel::CreateControls(), CSuppressGenes::CreateControls(), CGradientColorPanel::CreateControls(), CScoringMethodsDlg::CreateControls(), CAlignRNAAddPanel::CreateControls(), CCDSGeneProtFieldNamePanel::CreateControls(), CSelectQualdDlg::CreateControls(), CMacroWordSubstitutionDlg::CreateControls(), CRNAFieldNamePanel::CreateControls(), CDualRNAFieldNamePanel::CreateControls(), CSingleSequencePanel::CreateControls(), CSubmitterAffilPanel::CreateControls(), WizardPage2::CreateControls(), CEditMacroDlg::CreateControls(), CVarResolverDlg::CreateControls(), CValidatorReportCfgDlg::CreateControls(), CCrossAlnDemoDlg::CreateControls(), CAlignMultipleDemoDlg::CreateControls(), CQualityScoringPanel::CreateControls(), CConservationScoringPanel::CreateControls(), CBondPanel::CreateControls(), CCDSProductPanel::CreateControls(), CCDSTranslationPanel::CreateControls(), CCitationsPanel::CreateControls(), CFeatureGenePanel::CreateControls(), CGenericPropsPanel::CreateControls(), CImportFeaturePanel::CreateControls(), CncRNASubPanel::CreateControls(), CRegionPanel::CreateControls(), CRNAPanel::CreateControls(), CSingleGbQualSubPanel::CreateControls(), CSitePanel::CreateControls(), CStructuredCommentPanel::CreateControls(), CHitMatrixDemoDlg::CreateControls(), CHistConfigDlg::CreateControls(), CwxSeqMarkerSetDlg::CreateControls(), CreateMenu(), CUICommandRegistry::CreateMenu(), CSaveHitMatrixPdfDlg::CSaveHitMatrixPdfDlg(), CSaveTreePdfDlg::CSaveTreePdfDlg(), CTooltipFrame::CTooltipFrame(), CUpdateSeq_Dlg::CUpdateSeq_Dlg(), CWindowManager::DeleteToolBar(), CTableImportListCtrl::DivideColumn(), PT::CProjectFolder::DoNewFolder(), PT::CProject::DoProperties(), PT::CProjectFolder::DoProperties(), PT::CProjectItem::DoProperties(), COpenViewManager::DoTransition(), CBioseqEditor::EditSelection(), PT::CProjectFolder::EndLabelEdit(), PT::CProjectItem::EndLabelEdit(), CwxIntWithFlagsFormat::Format(), CwxGridTableAdapter::GetColLabelValue(), CAlnTableDS::GetColumnName(), CAlnSpanVertModel::GetColumnName(), CEventViewModel::GetColumnName(), CTaskViewModel::GetColumnName(), CObjectListTableModel::GetColumnName(), CAddDefLineDlg::GetCommand(), CCorrectGenesDialog::GetCommand(), CUnculTaxTool::GetCommandFromValuesTable(), CBulkCDS::GetCommandFromValuesTable(), CCountryConflict::GetCommandFromValuesTable(), CLatLonTool::GetCommandFromValuesTable(), CSubpanel::GetExistingTextHandling(), CObjectListTableModel::GetExtraColumnName(), CNetBlastJobTableModel::GetExtraColumnName(), CDocsumTableModel::GetExtraColumnName(), CObjectListSelTM::GetExtraColumnName(), CObjectListTableModel::GetExtraColumnType(), CObjectListTableModel::GetExtraValueAt(), CNetBlastJobTableModel::GetExtraValueAt(), CDocsumTableModel::GetExtraValueAt(), CSNPTableModel::GetExtraValueAt(), CObjectListSelTM::GetExtraValueAt(), CObjectListTableModel::GetImageAlias(), CLocationListCtrl::GetListIdStrForSeqId(), CSrcModPanel::GetModifierData(), CRNANameCompleter::GetNext(), CTaxonTextCompleter::GetNext(), SrcEditDialog::GetQualChoices(), CmRNACDSLinker::GetReferencedmRNA_CDS(), CSeqIdFixDlg::GetReplacementTable(), CwxGridTableAdapter::GetRowLabelValue(), CFileLoadManager::GetTask(), CGridTableSeqIds::GetValue(), CAlnTableDS::GetValueAt(), CAlnSpanVertModel::GetValueAt(), CTaskViewModel::GetValueAt(), CFeatTableDS::GetValueAt(), CObjectListTableModel::GetValueAt(), CAlignSeqTableModel::GetValueAt(), CCpgSearchForm::GetWidget(), CFeatureSearchForm::GetWidget(), COrfSearchForm::GetWidget(), CSequenceSearchForm::GetWidget(), GlFontFaceTo_wxString(), GlFontSizeTo_wxString(), CWindowManager::HasToolBar(), CImportFeatTable::ImportFeaturesFromClipboard(), CImportFeatTable::ImportFeaturesFromFile(), Init_wxControl(), CTableDataListCtrl::InitDataSource(), PT::CProjectFolder::Initialize(), PT::CProjectItem::Initialize(), PT::CView::Initialize(), PT::CDataSource::Initialize(), CwxTrackSettingsDlg::InitTrackTypes(), CSimpleProjectView::InitView(), CSeqTextView::InitView(), CViewGraphic::InitView(), CVcfTableView::InitView(), CSingleQualPanel::InsertField(), CBamLoadOptionPanel::IsInputValid(), CGenBankLoadOptionPanel::IsInputValid(), CSequenceEditingEventHandler::LatLonTool(), CGroupMapWidget::CGroupItem::Layout(), CMatchFeatureTableDlg::LinearAutomatch(), CFeatureTypePanel::ListAllOption(), CFeatureTypePanel::ListAnyOption(), CFeatureTypePanel::ListPresentFeaturesFirst(), CStructFieldValuePanel::ListStructCommentFields(), CStringHistory::Load(), CwxDemoFeatureTableFrame::LoadAccession(), CwxDemoFeatureTableFrame::LoadFile(), CEditMacroDlg::LoadOtherMacros(), CClustalOmegaToolParams::LoadSettings(), CClustalwToolParams::LoadSettings(), CFindOverlapParams::LoadSettings(), CKalignToolParams::LoadSettings(), CMafftToolParams::LoadSettings(), CMuscleToolParams::LoadSettings(), CNGAlignParams::LoadSettings(), CPhyExportParams::LoadSettings(), CTreeBuilderParams::LoadSettings(), C5ColExportParams::LoadSettings(), CAgpExportParams::LoadSettings(), CGffExportParams::LoadSettings(), CGtfExportParams::LoadSettings(), CDebugMacroToolParams::LoadSettings(), CGffLoadParams::LoadSettings(), CTextAlignParams::LoadSettings(), CwxExportAlnmultiImgDlg::LoadSettings(), CAssignColumnValueDlg::LoadSettings(), CCopyColumnDlg::LoadSettings(), CwxExportVectorImageDlg::LoadSettings(), CwxSavePdfBaseDlg::LoadSettings(), CwxTableListCtrl::LoadTableSettings(), CMakeBadSpecificHostTable::MakeTable(), NcbiFileBrowser(), OfferToDeleteDescriptor(), CCrossAlnDemoDlg::OnAccClick(), CAlignMultipleDemoDlg::OnAccClick(), CHitMatrixDemoDlg::OnAccClick(), CFlatFileDemoDlg::OnAccClick(), CSeqGraphicDemoDlg::OnAccClick(), CSeqTextDemoDlg::OnAccClick(), COkCancelPanel::OnAcceptBtnClick(), CMacroWordSubstitutionDlg::OnAdd(), CBulkRNAAddPanel::OnAdd16StoComment(), CAlignRNAAddPanel::OnAdd16StoComment(), CBulkRNAAddPanel::OnAdd18SToComment(), CAlignRNAAddPanel::OnAdd18SToComment(), CObjectListWidgetSel::OnAddAccessionClick(), CSubPrep_panel::OnAddSequenceBtnClick(), CApplyRNAITSDlg::OnAnyOtherChoiceSelected(), CAppJobTask::OnAppJobNotification(), CBulkFeatureAddDlgStd::OnApplyClick(), CCorrectRNAStrandDlg::OnAutocorrectStrandBtnClick(), CDataMiningPanel::OnAutorun(), CTableSortMultiChoice::OnBrowseBtn(), CSelectFeatureDlg::OnButtonLoadFile(), CSelectFeatureDlg::OnButtonSaveFile(), CSeqGraphicWidget::OnCloneTrack(), CEditSequence::OnClose(), CIndexerAppModeExtension::OnCloseWorkspace(), CwxPhyloEditDlg::OnColourctrlColourPickerChanged(), CMinPanelContainer::OnContextMenu(), CGridWidget::OnCopy(), CTooltipFrame::OnCopyText(), CFrameworkDemoGUIDropTarget::OnData(), CSUCRefreshCntrl::OnError(), CAttribTableDelimitersPanel::OnExportBtnClick(), CGridWidget::OnExportToCSV(), CSelectFeatureDlg::OnFeatureEdit(), CCrossAlnDemoDlg::OnFileClick(), CAlignMultipleDemoDlg::OnFileClick(), CHitMatrixDemoDlg::OnFileClick(), CwxSavePdfBaseDlg::OnFilepathClick(), CwxExportAlnmultiImgDlg::OnFilepathClick(), CwxExportVectorImageDlg::OnFilepathClick(), CFeatTableWidget::OnFilter(), CApplyRNAITSDlg::OnFirstChoiceSelected(), CwxPhyloSettingsDlg::OnFontFaceChoiceSelected(), CListCtrlSeqs::OnGetItemText(), CErrorListCtrl::OnGetItemText(), CTableDataListCtrl::OnGetItemText(), CApplyRNAITSDlg::OnGoClick(), CGrid::OnGridLabelRightClick(), CBamCoverageGraphPanel::OnIdle(), CBamRefSequencesPanel::OnIdle(), CVcfAssemblySelectionPanel::OnIdle(), CVcfRefSequencesPanel::OnIdle(), CAuthorNamesPanel::OnImportAuthorsAffiliationHyperlinkClicked(), CSubmitBlockDlg::OnImportBtnClick(), CTblEditDlg::OnImportTableClick(), CSaveDlg::OnInitDialog(), CItemSelectionPanel::OnItemSelected(), CSmartFileTextToolbar::OnJobNotification(), CFeatureTblFr::OnJobResult(), CMixedStrands::OnJobResult(), CSubAnnotationPanel::OnJobResult(), CJournalPanel::OnJournalLookupIsojtaClick(), CJournalPanel::OnJournalPmidTextUpdated(), CAECRFrame::OnKeyDown(), CTableFormatPanel::OnListCtrlSelected(), CEditMacroDlg::OnListItemSelected(), CSelectFeatureDlg::OnLoadAccession(), CPhyloTreeWidget::OnLoadAttributes(), CFlatFileDemoDlg::OnLoadFileClick(), CUpdateMultiSeq_Dlg::OnLoadMapClick(), SrcEditDialog::OnLoadqualsClick(), CUpdateMultiSeq_Dlg::OnMapSelectionClick(), CMessageSlot::OnPaint(), CTableFormatPanel::OnParseColumnNamesBtnClick(), CQueryParsePanel::OnQuerySel(), CGenBankLoadOptionPanel::OnRecentAccClicked(), CQueryParsePanel::OnRecentQuery(), CCompoundConstraintPanel::OnRemoveConstraint(), CValidatorReportCfgDlg::OnReportBtnClick(), CMacroFlowEditor::OnReportSynFileStatus(), CFolderEditDlg::OnRestoreBtn(), CSubPrep_panel::OnSaveBtnClick(), CwxExportAlnmultiImgDlg::OnSaveClick(), CMacroFlowEditor::OnSaveCopies(), CTableXformPanel::OnSaveImportParmsClick(), CDataMiningPanel::OnSearchFailed(), CDataMiningPanel::OnSearchFinished(), CQueryParsePanel::OnSearchHelp(), CDataMiningPanel::OnSearchProgress(), WizardPage3::OnShow(), CQueryParsePanel::OnStringMatchTypeBtn(), CQueryParsePanel::OnStringMatchTypeSelected(), CSubPrepIntroPanel::OnSubmissionTypeSelected(), CTextView::OnTextPositionChanged(), CwxExportVectorImageDlg::OnTimer(), CwxTrackSettingsDlg::OnTrackTypeChanged(), CClickableSortUniqueCount::OnTreeItemActivated(), CMacroSimple::OnUpdateText(), CAlnMultiWidget::OnUpdateUnhideSelected(), CAlignmentAssistant::OnValidate(), FClientCreator::operator()(), CDrawTextOStream::operator<<(), CCalcCaretPosOStream::operator<<(), CCalcSizeOStream::operator<<(), CCalcTextPosOStream::operator<<(), CLocationListCtrl::PopulateIdListFromScope(), CDescPlacementPanel::PopulateLocationChoices(), CTableFormatPanel::PreviewData(), CApplyRNAITSDlg::Propagate_RNAITSList(), CAutoCompleteCombo::ProvideItems(), CMatchFeatureTableDlg::QuadraticAutomatch(), CDockNotebook::RefreshPageByWindow(), CSubPrepIntroPanel::RefreshSubmitterInfoStatus(), CTableViewFactory::RegisterIconAliases(), CTaskViewFactory::RegisterIconAliases(), CAlignSpanViewFactory::RegisterIconAliases(), CAlnSummaryViewFactory::RegisterIconAliases(), CAnnotCompareViewFactory::RegisterIconAliases(), CCrossAlignViewFactory::RegisterIconAliases(), CDotMatrixViewFactory::RegisterIconAliases(), CMPCrossAlignViewFactory::RegisterIconAliases(), CMultiAlignViewFactory::RegisterIconAliases(), CPhyTreeViewFactory::RegisterIconAliases(), CSeqTextViewFactory::RegisterIconAliases(), CVcfTableViewFactory::RegisterIconAliases(), CFeatTableViewFactory::RegisterIconAliases(), CViewGraphicFactory::RegisterIconAliases(), CSequinDesktopViewFactory::RegisterIconAliases(), CTextViewFactory::RegisterIconAliases(), CSubPrep_panel::RemoveAllFeatures(), CDrawingPanel::Render(), CMixedStrands::Report(), ReportIDError(), CEditSequence::ReportPos(), CAlignmentAssistant::ReportPos(), CEditSequence::ReportRange(), CAlignmentAssistant::ReportRange(), CUpdateMultiSeq_Dlg::ReportStats(), CAlignmentAssistant::ReportUnresolvedBioseqs(), CEditingBtnsPanel::RunMacroWithReport(), CStructuredCommentPanel::s_AddRow(), s_CheckDataStatus(), s_EditFolder(), s_GetLabel(), CUpdateMultiSeq_Dlg::s_ReportIdenticalPairs(), CProjectService::SaveWorkspace(), CDataMiningPanel::SelectToolByName(), CRelaxedLookupDlg::SendQuery(), CSimpleClipboard::Set(), CSubmitBlockDlg::SetAlternateEmailAddress(), CRawSeqToDeltaByNPanel::SetAssemblyParams(), CMacroStringConstraintPanel::SetChoices(), CSuspectAddConstraint::SetChoices(), CAdvStringConstraintPanel< T >::SetChoices(), CStringConstraintPanel::SetChoices(), CMacroAdvStringConstraintPanel< T >::SetChoices(), CUnpublishedRefPanel::SetCitGen(), CSetClassPanel::SetClass(), CSeqTableGridPanel::SetColumnSizesAndChoices(), CGBQualSemicontrolledTextPanel::SetControlledList(), CTwoPartQualPanel::SetControlledList(), CSubPrepFieldEditor::SetConverter(), CMacroPanelLoader::SetCtrlValue(), CUpdateSeqPanel::SetData(), CTableImportListCtrl::SetDataSource(), CSearchControl::SetDictionary(), CwxSeqMarkerSetDlg::SetDlgTitle(), CStatusMessageSlotPanel::SetExtraLink(), CSubmissionPrepMainPanel::SetFeaturesLabel(), CSingleQualPanel::SetField(), CFeatureFieldNamePanel::SetFieldName(), CFeatureTypePanel::SetFieldName(), CFieldHandlerNamePanel::SetFieldNames(), CEditTextOptionsPanel::SetFind(), CwxAlnStatOptionsDlg::SetGraphHeight(), CHistConfigDlg::SetHistName(), CTextPanel::SetInitialViewType(), CGenBankLoadOptionPanel::SetInput(), CwxScoreDlg::SetItems(), CSearchFormBase::SetMainValue(), CwxMarkerNameDlg::SetMarkerName(), CwxSeqMarkerSetDlg::SetMarkerName(), CwxSeqMarkerSetDlg::SetMarkerPos(), CwxSeqMarkerSetDlg::SetMarkerRange(), CMacroFeatsOnSeqPanel::SetMatcher(), CMacroAdvStringConstraintPanel< T >::SetMatcher(), CRawSeqToDeltaByNPanel::SetMinMax(), CSrcModPanel::SetModifierData(), CwxLabelEditDlg::SetParams(), CwxPhyloEditDlg::SetParams(), CwxPhyloSettingsDlg::SetParams(), CwxTreeLabelEdit::SetParams(), CAlnPropertiesDlg::SetParams(), CAutodefOrgPanel::SetParams(), CCDSTranslationPanel::SetProductId(), CRelaxedLookupDlg::SetPubdesc(), CDataMiningPanel::SetRange(), CEventRecordDetailsDlg::SetRecord(), CRNAFieldNamePanel::SetRnaType(), CDualRNAFieldNamePanel::SetRnaType(), CwxExportVectorImageDlg::SetSeqRange(), CSubmissionPrepMainPanel::SetSourceLabel(), CMacroFlowEditor::SetSynonymFile(), CTooltip::SetText(), CBLAST_DB_Dialog::SetToolName(), CScoringMethodsDlg::Setup(), CAuthorizedAccessPanel::SetUser_object(), CRefGeneTrackingPanel::SetUser_object(), CLatLonPanel::SetValue(), CMultipleAssemblyProgramPanel::SetValue(), CSingleAssemblyMethod::SetValue(), CSingleAssemblyProgramPanel::SetValue(), CSrcModTextPanel::SetValue(), CVoucherPanel::SetValue(), CSingleSequencePanel::SetValue(), CInferencePanel::SetValue(), CGBQualSemicontrolledTextPanel::SetValue(), CGBQualDirectionPanel::SetValue(), CGBQualTextPanel::SetValue(), CRptUnitRangePanel::SetValue(), CTwoPartQualPanel::SetValue(), CSubPrep_panel::SetWizardType(), CSubPrepIntroPanel::SetWizardTypeCtrl(), CAttribTableDelimitersPanel::Show(), CTableDelimitersPanel::Show(), CRunToolDlg::ShowModal(), CSeqTextPanel::STWH_ReportMouseOverPos(), CSequenceEditingEventHandler::TableReaderClipboard(), CEditingBtnsPanel::TableReaderFromClipboard(), ToArrayString(), CPCRPrimerEntry::TransferDataFromWindow(), CFilterDialog::TransferDataToWindow(), CProjectSelectorPanel::TransferDataToWindow(), CBLASTSearchOptionsPanel::TransferDataToWindow(), CBLASTSearchParamsPanel::TransferDataToWindow(), CCleanupAlignmentsParamsPanel::TransferDataToWindow(), CProSplignPanel::TransferDataToWindow(), CMatchFeatureTableDlg::TransferDataToWindow(), CSubAnnotationPanel::TransferDataToWindow(), CAuthorAffiliationPanel::TransferDataToWindow(), CConsortiumPanel::TransferDataToWindow(), CCrossRefFeatsDlg::TransferDataToWindow(), CGAssemblyOtherPanel::TransferDataToWindow(), CGAssemblyPanel::TransferDataToWindow(), COrgGeneralPanel::TransferDataToWindow(), CPublishedRefPanel::TransferDataToWindow(), CSequencingTechnologyPanel::TransferDataToWindow(), CSingleAssemblyTrackingPanel::TransferDataToWindow(), CSingleRefGeneTrackLocPanel::TransferDataToWindow(), CSingleAuthorPanel::TransferDataToWindow(), CSubmitterAffilPanel::TransferDataToWindow(), CSubmitterNamePanel::TransferDataToWindow(), CSubmitterPanel_Depr::TransferDataToWindow(), CFeatureFilterDlg::TransferDataToWindow(), CObjectListWidgetSel::TransferDataToWindow(), CAgpExportPage::TransferDataToWindow(), CCDSTranslationPanel::TransferDataToWindow(), CIdentifiersPanel::TransferDataToWindow(), CJournalPanel::TransferDataToWindow(), CLocAndGCodePanel::TransferDataToWindow(), CncRNASubPanel::TransferDataToWindow(), CRemarksAndSerialNumberPanel::TransferDataToWindow(), CSingleCDSExceptionPanel::TransferDataToWindow(), CSingleDbxref_SubPanel::TransferDataToWindow(), CSrcModListPanel::TransferDataToWindow(), CStructuredCommentPanel::TransferDataToWindow(), CSubmitRemarksPanel::TransferDataToWindow(), CTitlePanel::TransferDataToWindow(), CtmRNASubPanel::TransferDataToWindow(), CSourceOtherPanel::TransferFromOrgRef(), CSerialTitleValidator::TransferFromWindow(), CSerialTextValidator::TransferToWindow(), CSerialTitleValidator::TransferToWindow(), CFloatTextValidator::TransferToWindow(), CMacroEditor::Update(), CEntrezSearchForm::Update(), CFeatureSearchForm::Update(), CSeqTableGridPanel::UpdateColumnChoices(), CTableImportListCtrl::UpdateColumnNames(), CSearchFormBase::UpdateContextCombo(), CRemoveSequencesDlg::UpdateList(), CRBSubpanel::UpdateList(), CwxMarkerInfoPanel::UpdateMarker(), CwxMarkerInfoDlg::UpdateMarker(), CQuickLaunchList::UpdateMenu(), CRecentToolList::UpdateMenu(), CSeqUpdateWorker::UpdateMultipleSequences(), CUpdateSeqPanel::UpdatePanel(), CQualApplyPanel::UpdateQualChoices(), CwxPhyloSettingsDlg::UpdateSample(), CSubmissionPrepMainPanel::UpdateSeqTechCtrls(), CSubPrepFieldEditor::UpdateValues(), CSerialStringListValidator::Validate(), CFloatTextValidator::Validate(), CRegexpValidator::Validate(), CSortedProteins::View(), WrapText(), CTooltipFrame::x_AddButton(), PT::CPTIcons::x_AddIconToImageList(), CTableSortMultiChoice::x_AddLevelRow(), CTooltipFrame::x_AddLineToWidget(), CMatchFeatureTableDlg::x_AddMatch(), CColorPanel::x_AddNewRow(), CCorrectRNAStrandDlg::x_AddRow(), CConvertSetTypeDlg::x_AddSet(), COpenObjectsPanel::x_AppendOptionForManager(), CMapItem::x_CalculateRealTextWidth(), CFileLoadWizard::x_CanLeavePage(), CFileLoadManager::x_CanLeavePage(), CFileLoadManager::x_CheckFormatConflict(), CSourceFieldNamePanel::x_ChooseTextQualifier(), CDockPanel::x_CreateButton(), CDataMiningPanel::x_CreateFeature(), CDockManager::x_CreateFrameAndContainer(), CWorkbench::x_CreateMainFrame(), CMessageSlotPopupWindow::x_CreateMessageSlotPanel(), CProjectViewToolBatFactory::x_CreateNavigationToolbar(), CAlnMultiWidget::x_CreatePopupMenu(), CSeqGraphicWidget::x_CreatePopupMenu(), CBLASTSeqToolJob::x_CreateProjectItems(), CAlnMultiWidget::x_CreateScoringMethodsMenu(), CProjectViewToolBatFactory::x_CreateSelectionToolbar(), CGraphicPanel::x_CreateToolbar(), CTrackContainer::x_CreateTracksMenu(), CValidatePanel::x_DisplayList(), CImportFeatTable::x_DoImportFeaturesFromClipboard(), CImportFeatTable::x_DoImportFeaturesFromFile(), CProjectTask::x_DoSaveUserSelected(), COpenViewDlg::x_DoTransition(), COpenDlg::x_DoTransition(), CRunToolDlg::x_DoTransition(), CDockPanel::x_DrawClientElements(), CMinPanelContainer::x_DrawItem(), CGradientPanel::x_DrawNumber(), CMapItem::x_DrawText(), CProjectLoadOptionPanel::x_FileMRUList(), CSrcModListPanel::x_FillDataList(), CWinMaskFilesDlg::x_FillFileList(), CUpdateMultiSeq_Dlg::x_FillIdenticalList(), CPCRPrimersPanel::x_FillList(), CwxHistogramDlg::x_FillList(), CFileLoadOptionPanel::x_FillMRUList(), CGenBankLoadOptionPanel::x_FillMRUList(), CFileLoadPanel::x_FillMRUList(), CUpdateMultiSeq_Dlg::x_FillNonIdenticalList(), CUpdateMultiSeq_Dlg::x_FillNoUpdateList(), CProjectSelectorPanel::x_FillProjectsList(), CEditObjectFeaturePropagate::x_FillTargetComboList(), CUpdateMultiSeq_Dlg::x_FillUnmatchedList(), CItemSelectionPanel::x_FilterItems(), CDrawingPanel::x_FindWidthDrawingArea(), CDockContainer::x_GetDockPanel(), CBulkCmdDlg::x_GetExistingTextHandling(), CMacroFeatsOnSeqPanel::x_GetFeatureChoices(), CDiagConsoleCache::x_GetItem(), CFileLoadManager::x_GetOptionsPanel(), CBioSourcePanel::x_GetOrganismInfo(), CSeqUpdateWorker::x_GetSeqsWithIgnoredResidues(), CSelectionBroadcastSlot::x_GetTextAreaSize(), CSimpleDesktopItem::x_GetVisibleTextSize(), CCompositeDesktopItem::x_GetVisibleTextSize(), CRootDesktopItem::x_GetVisibleTextSize(), CNCBIwxApplication::x_Init_wxApplication(), CwxAnnotConfigDlg::x_InitAnnotList(), CFeatureCreateDialog::x_InitFeatTypes(), CTableColumnIdPanel::x_InitializePropertyList(), CFeatureCheckPanel::x_InitTree(), CDockContainer::x_InstantiateNode_AddChildWindows(), CSeqUpdateWorker::x_LaunchSingleUpdateSequence(), CSubPrepIntroPanel::x_LaunchSubmitEditor(), CAddFeatureBetweenDlg::x_ListFeatures(), CBulkOtherAddPanel::x_ListFeatures(), CAlignOtherAddPanel::x_ListFeatures(), CProSplignPanel::x_ListGeneticCodes(), CAutodefOrgPanel::x_ListModifiers(), CEditMacroDlg::x_LoadAutofixMacro(), CSelectFeatureDlg::x_LoadFeatures(), CAppPackagesDlg::x_LoadPkgList(), CwxSeqTextViewOptions::x_LoadSettings(), CScoreMethodsDlg::x_LoadTools(), CUpdateAlign::x_MapNonPresentIDs(), CMinPanelContainer::x_MeasureItem(), CmRNACDSLinker::x_OkForLinking(), CFeaturePanel::x_OnColorIconClicked(), CFeatureTrack::x_OnContentIconClicked(), CObjectListWidget::x_OnCopy(), CFeaturePanel::x_OnDecorationIconClicked(), CSixFramesTransTrack::x_OnGeneticIconClicked(), CSixFramesTransTrack::x_OnIconClicked(), CBLASTSearchOptionsPanel::x_OnInputTypeChanged(), CFeaturePanel::x_OnLabelIconClicked(), CAlignmentTrack::x_OnLayoutIconClicked(), CFeatureTrack::x_OnLayoutIconClicked(), CAlignmentTrack::x_OnScoreIconClicked(), CGroupMapWidget::x_OnSelectItem(), CSixFramesTransTrack::x_OnSettingIconClicked(), CGraphTrack::x_OnSettingsIconClicked(), CFeaturePanel::x_OnSizeIconClicked(), CRunToolDlg::x_OnToolSelected(), CProjectLoadingTask::x_OnWakeUp(), CStrainSerotypeInfluenza::x_ParseStrainSerotype(), CObjectListWidgetSel::x_PopulateGroups(), CMacroFlowEditor::x_PopulateSynonymFileCtrl(), CRNAPanel::x_PopulateTranscriptID(), CTaxTreeBrowser::x_PopulateTree(), CMacroApplySrcTablePanel::x_ProcessFirstLine(), CFeatureTblFr::x_RefreshTable(), CBlastSearchTask::x_ReportErrors(), CProjectViewBase::x_ReportInvalidInputData(), CSelectionPanel::x_ResetTargetChoice(), CSmartFileTextToolbar::x_Save(), CSaveHitMatrixPdfDlg::x_SavePdf(), CwxHistogramDlg::x_SelectGraph(), CFilterDialog::x_SelectionUpdated(), CDebugMacroTool::x_SelectMacro(), CApplyRNAITSDlg::x_Set_IGSArray(), CApplyRNAITSDlg::x_Set_ITSArray(), CMacroAdvStringConstraintPanel< T >::x_SetControls(), CSetClassPanel::x_SetDefaultTypes(), CSubPrepFieldEditor::x_SetEditorControls(), CCDSTranslationPanel::x_SetLocationForProtein(), CMolInfoPanel::x_SetTechnique(), CMessageSlot::x_SetText(), CAssemblyListPanel::x_ShowStatus(), CwxTreeCtrl::x_ShowTooltip(), CAttribTableColumnIdPanel::x_TableReaderCommon(), CAttribTableColumnIdPanel::x_TableReaderMacro(), CTableDataListCtrl::x_ToWxStringWithTabs(), CTableImportListCtrl::x_ToWxStringWithTabs(), CClockPanelWMClient::x_Update(), CSelectionBroadcastSlot::x_Update(), CAssemblySelPanel::x_UpdateAssembly(), CBLASTSearchOptionsPanel::x_UpdateDBCombo(), CGeneralPanel::x_UpdateDescControls(), CScoringMethodsDlg::x_UpdateDescription(), CScoreMethodsDlg::x_UpdateDescription(), CPublishedRefPanel::x_UpdateDOIPmidControls(), CBLAST_DB_Dialog::x_UpdateFilterStatusText(), CValidatePanel::x_UpdateList(), CAssemblyListPanel::x_UpdateListPanel(), CwxMarkerInfoPanel::x_UpdateMarkerLabel(), CConvertFeatDlg::x_UpdateOptions(), CFeatureCreateDialog::x_UpdateQualifiers(), CBLASTSearchOptionsPanel::x_UpdateQuerySeqSet(), CAssemblyListPanel::x_UpdateSearchTerm(), CSubPrep_panel::x_UpdateSequenceCountLabel(), CAlignSpanView::x_UpdateStatusMessage(), CFeatTableView::x_UpdateStatusMessage(), CBLASTSearchOptionsPanel::x_UpdateSubjectSeqSet(), CAutodefFeatClausePanel::x_UpdateSuppressedFeatureTypeList(), CMacroWordSubstitutionDlg::x_UpdateSynonymFile(), COpenDlg::x_UpdateTitle(), CWindowManager::x_UpdateWindowsMenu(), CIdentifiersPanel::x_UpdateXrefDescriptions(), CDockContainer::x_Visible_AddChildToContainer(), CEditObjectFeaturePropagate::xAlignSizer(), and CEditObjectFeaturePropagate::xReportErrors().

◆ TruncateText()

truncates given string so that its length is less or equal "w" "trunc" controls truncation, if "trunc" == eTruncate_Ellipsis "..." is appended to the end of the truncated string.

Definition at line 878 of file wx_utils.cpp.

References ewxTruncate_Ellipsis, ewxTruncate_EllipsisAlways, int, len, n, trunc, TruncTextLength(), and wxT.

Referenced by CMessageSlot::OnPaint(), CSelectionBroadcastSlot::OnPaint(), CMapItem::x_CalculateRealTextWidth(), CDockPanel::x_DrawClientElements(), CMinPanelContainer::x_DrawItem(), and CMapItem::x_DrawText().

◆ TruncTextLength()

returns number of characters representing a truncated version of "s" which fits in the gievn width "w" "trunc" controls truncation, if "trunc" == eTruncate_Ellipsis "..." is appended to the end of the truncated string.

Definition at line 820 of file wx_utils.cpp.

References ewxTruncate_Ellipsis, ewxTruncate_EllipsisAlways, ewxTruncate_Empty, int, len, min(), n, trunc, and wxT.

Referenced by TruncateText(), and WrapText().

◆ UseDefaultMarginWidth() void UseDefaultMarginWidth ( wxMenu &  menu )

Using default menu item margin width.

The is a work-around for a wxWidget bug on failing to reset to default margin width after using any user-owned bitmap image in menu item. The failure will cause the default radio menu item bitmap image disappear.

Definition at line 693 of file wx_utils.cpp.

References wxT.

Referenced by CUICommand::AppendMenuItem(), CFeaturePanel::x_OnColorIconClicked(), CFeatureTrack::x_OnContentIconClicked(), CSixFramesTransTrack::x_OnContentIconClicked(), CFeaturePanel::x_OnDecorationIconClicked(), CSixFramesTransTrack::x_OnGeneticIconClicked(), CSnpTrack::x_OnIconClicked(), CFeaturePanel::x_OnLabelIconClicked(), CAlignmentTrack::x_OnLayoutIconClicked(), CFeaturePanel::x_OnLayoutIconClicked(), CFeatureTrack::x_OnLayoutIconClicked(), CGeneModelTrack::x_OnLayoutIconClicked(), CAlignmentTrack::x_OnScoreIconClicked(), CSixFramesTransTrack::x_OnSettingIconClicked(), CEpigenomicsTrack::x_OnSettingsIconClicked(), CGraphTrack::x_OnSettingsIconClicked(), CTraceGraphTrack::x_OnSettingsIconClicked(), CFeaturePanel::x_OnSizeIconClicked(), and CAlignmentTrack::x_OnTailsIconClicked().

◆ WindowSetText() void WindowSetText ( const wxWindow &  win, const wxChar *  text  ) ◆ WrapText()

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4