VR-Forces 4.10 Class Documentation
 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.
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.
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.
Definition: HumbleDialogLogic.h:27
virtual ~HumbleDialogLogic()
Virtual DTOR.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)