#include <dlggoto.h>
Protected Member Functions | |
void | FillListBoxes () |
CDlgGoTo
provides extended goto-funcions likeBookmarks
, the user bookmarked himself andRecents
, the last 20 recent goto entriesCDlgGoTo dlg( this ); dlg.Center(); if( dlg.ShowModal() == wxID_OK ) { int x = dlg.GetX(); int y = dlg.GetY(); // now go to (x,y) position }
Definition at line 52 of file dlggoto.h.
|
FillListBoxes( ) fill list boxes using the current profile Definition at line 167 of file dlggoto.cpp. References WDS::CProfile::GetBookmarks(), WDS::CTown::GetGuild(), WDS::CTown::GetName(), WDS::CTown::GetOwner(), WDS::CProfile::GetRecentGoTos(), and WDS::CMap::GetTownAt(). |
Here is the call graph for this function: