VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HumbleDialogLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * Copyright (c) 2019 MAK Technologies, Inc.
3 * All rights reserved.
4 *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
16 
18 
28 {
29 public:
30 
37 
40  virtual ~HumbleDialogLogic();
41 
46  void slot_processText(const std::string& text);
47 
48 private:
49 
52 };
53 
54 
Interface for the HumbleDialogWidget. This class defines the implementation-agnostic interface for th...
Definition: HumbleDialogWidgetInterface.h:24
HumbleDialogLogic(HumbleDialogWidgetInterface &iFace)
Initializing CTOR.
void slot_processText(const std::string &text)
Called when the user presses Return or Enter in the widget. When signaled the given text is simply pr...
makVrv::DtSignalConnectionManager myConnections
Definition: HumbleDialogLogic.h:51
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Contains the plug-in export macro.
HumbleDialogWidgetInterface & myInterface
Definition: HumbleDialogLogic.h:50
Base class to provide boost signal/slot management.
The logic for the HumbleDialogWidget. This class does not have knowledge about how the widget was imp...
Definition: HumbleDialogLogic.h:27
virtual ~HumbleDialogLogic()
Virtual DTOR.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)