Main Page | Class List | File List | Class Members | Related Pages

WDS::CDlgGoTo Class Reference

#include <dlggoto.h>

List of all members.

Protected Member Functions

void FillListBoxes ()


Detailed Description

The class CDlgGoTo provides extended goto-funcions like Example:
 CDlgGoTo 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.


Member Function Documentation

void WDS::CDlgGoTo::FillListBoxes  )  [protected]
 

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:


The documentation for this class was generated from the following files:
Generated on Sun Jan 16 18:20:27 2005 for WDSMap by  doxygen 1.3.9.1