|
|
// Load a new airport from the raw data location | // Load a new airport from the raw data location |
void New(); | void New(); |
// Enable/disable menu items that are only enabled when an airport is loaded. | // Enable/disable menu items that are only enabled when an airport is loaded. |
void TDFrame::EnableAirportMenuItems(bool b); |
void EnableAirportMenuItems(bool b); |
| |
public: | public: |
void EnableImageLoadedItems(bool b); | void EnableImageLoadedItems(bool b); |