Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
PlaceNames
PlaceNamesEnableCommand.h
1
// Copyright (c) 2014 Eegeo Ltd. All rights reserved.
2
3
#pragma once
4
#include "Command.h"
5
#include "Commands.h"
6
#include "PlaceNames.h"
7
8
namespace
Eegeo
9
{
10
namespace
Debug
11
{
12
namespace
Commands
13
{
14
namespace
PlaceNames
15
{
16
class
PlaceNamesEnableCommand
:
public
Eegeo::Debug::Commands::Command
17
{
18
public
:
19
PlaceNamesEnableCommand
(
Resources::PlaceNames::PlaceNamesViewFilter
& placeNamesViewFilter);
20
21
bool
TryExecute(
22
const
std::vector<std::string>& arguments,
23
const
ICommandTerminalOutput
& commandTerminal)
const
;
24
private
:
25
Resources::PlaceNames::PlaceNamesViewFilter
& m_placeNamesViewFilter;
26
};
27
}
28
}
29
}
30
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1