From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03728.html | 145 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 docs/doxygen/nel/a03728.html (limited to 'docs/doxygen/nel/a03728.html') diff --git a/docs/doxygen/nel/a03728.html b/docs/doxygen/nel/a03728.html new file mode 100644 index 00000000..674f1464 --- /dev/null +++ b/docs/doxygen/nel/a03728.html @@ -0,0 +1,145 @@ + + +NeL: NLMISC::CWindowDisplayer::CLabelEntry struct Reference + + + +
+

NLMISC::CWindowDisplayer::CLabelEntry Struct Reference

#include <window_displayer.h> +

+ + + + + + + + + + + + +

Public Member Functions

 CLabelEntry (const std::string &value)

Data Fields

void * Hwnd
bool NeedUpdate
std::string Value
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLMISC::CWindowDisplayer::CLabelEntry::CLabelEntry const std::string &  value  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file window_displayer.h. +

+References Hwnd, NeedUpdate, and value. +

+

00087 : Hwnd(NULL), Value(value), NeedUpdate(true) { }
+
+


Field Documentation

+

+ + + + +
+ + +
void* NLMISC::CWindowDisplayer::CLabelEntry::Hwnd +
+
+ + + + + +
+   + + +

+ +

+Definition at line 88 of file window_displayer.h. +

+Referenced by CLabelEntry().

+

+ + + + +
+ + +
bool NLMISC::CWindowDisplayer::CLabelEntry::NeedUpdate +
+
+ + + + + +
+   + + +

+ +

+Definition at line 90 of file window_displayer.h. +

+Referenced by CLabelEntry().

+

+ + + + +
+ + +
std::string NLMISC::CWindowDisplayer::CLabelEntry::Value +
+
+ + + + + +
+   + + +

+ +

+Definition at line 89 of file window_displayer.h.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 13:43:22 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1