Symbol: ConnectionConfigHandler
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandler.cpp
15
ConnectionConfigHandler::~ConnectionConfigHandler()
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandler.cpp
8
ConnectionConfigHandler::ConnectionConfigHandler(const char* name)
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandler.h
17
class ConnectionConfigHandler {
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandler.h
19
ConnectionConfigHandler(const char* name);
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandler.h
20
virtual ~ConnectionConfigHandler();
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
101
ConnectionConfigHandler*& _handler) const
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
103
ConnectionConfigHandler* handler = NULL;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
119
ConnectionConfigHandler* handler = NULL;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
120
ObjectDeleter<ConnectionConfigHandler> handlerDeleter;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
124
handler = new(std::nothrow) type##ConnectionConfigHandler; \
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
80
ConnectionConfigHandler* handler = NULL;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.cpp
90
ConnectionConfigHandler* handler = NULL;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.h
15
class ConnectionConfigHandler;
src/apps/debugger/user_interface/gui/connection_config/ConnectionConfigHandlerRoster.h
45
ConnectionConfigHandler*& _handler) const;
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigHandler.cpp
16
ConnectionConfigHandler("Network")
src/apps/debugger/user_interface/gui/connection_config/config_handlers/NetworkConnectionConfigHandler.h
11
class NetworkConnectionConfigHandler : public ConnectionConfigHandler {