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/class_CAttribDlgInt.html | 476 ++++++++++++++++++++++++++++++ 1 file changed, 476 insertions(+) create mode 100644 docs/doxygen/nel/class_CAttribDlgInt.html (limited to 'docs/doxygen/nel/class_CAttribDlgInt.html') diff --git a/docs/doxygen/nel/class_CAttribDlgInt.html b/docs/doxygen/nel/class_CAttribDlgInt.html new file mode 100644 index 00000000..92b63250 --- /dev/null +++ b/docs/doxygen/nel/class_CAttribDlgInt.html @@ -0,0 +1,476 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

CAttribDlgInt Class Reference

an attribute editor specialized for signed int values. +More... +

+#include <attrib_dlg.h> +

+Inheritance diagram for CAttribDlgInt

Inheritance graph
+ + + + + + + +
[legend]
Collaboration diagram for CAttribDlgInt:

Collaboration graph
+ + + + + + + + + + + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + +

Public Methods

 CAttribDlgInt (const std::string &valueID, sint32 minValue = 0, sint32 maxValue = 10)
 ctor. More...

virtual uint getNumScheme (void) const
virtual std::string getSchemeName (uint index) const
virtual CWndeditScheme (void)
virtual void setCurrentScheme (uint index)
virtual sint getCurrentScheme (void) const

Protected Methods

virtual CEditAttribDlgcreateConstantValueDlg ()

Protected Attributes

std::string _CstValueId
sint32 _MinRange
sint32 _MaxRange
+

Detailed Description

+an attribute editor specialized for signed int values. +

+ +

+ +

+Definition at line 372 of file attrib_dlg.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + +
+CAttribDlgInt::CAttribDlgInt ( + +const std::string & valueID, +
+sint32 minValue = 0, +
+sint32 maxValue = 10 ) +
+
+ + + + + +
+   + + +

+ctor. +

+

+Parameters:
+ + + + +
valueID + an unique id for the constant value editable range dialog
minValue + : the min value for the editable range dlg(for constant value)
maxValue + : the min value for the editable range dlg (for constant value)
+
+

+Definition at line 1023 of file attrib_dlg.cpp. +

+Referenced by editScheme().

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+CEditAttribDlg * CAttribDlgInt::createConstantValueDlg ( + +) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CAttribDlg. +

+Definition at line 1029 of file attrib_dlg.cpp.

+

+ + + + +
+ + + + + + +
+CWnd * CAttribDlgInt::editScheme ( + +void ) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CAttribDlgT. +

+Definition at line 1048 of file attrib_dlg.cpp.

+

+ + + + +
+ + + + + + +
+sint CAttribDlgInt::getCurrentScheme ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CAttribDlgT. +

+Definition at line 1113 of file attrib_dlg.cpp.

+

+ + + + +
+ + + + + + +
+uint CAttribDlgInt::getNumScheme ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CAttribDlgT. +

+Definition at line 1037 of file attrib_dlg.cpp.

+

+ + + + +
+ + + + + + +
+std::string CAttribDlgInt::getSchemeName ( + +uint index ) const [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CAttribDlgT. +

+Definition at line 1041 of file attrib_dlg.cpp.

+

+ + + + +
+ + + + + + +
+void CAttribDlgInt::setCurrentScheme ( + +uint index ) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from CAttribDlgT. +

+Definition at line 1125 of file attrib_dlg.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+std::string CAttribDlgInt::_CstValueId [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 396 of file attrib_dlg.h.

+

+ + + + +
+ + + + + +
+sint32 CAttribDlgInt::_MaxRange [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 397 of file attrib_dlg.h.

+

+ + + + +
+ + + + + +
+sint32 CAttribDlgInt::_MinRange [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 397 of file attrib_dlg.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1