|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
CAttribDlgInt Class Referencean attribute editor specialized for signed int values.
More...
#include <attrib_dlg.h>
Inheritance diagram for CAttribDlgInt
[legend]Collaboration diagram for CAttribDlgInt:
[legend]List of all members.
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]
|
|
CWnd * CAttribDlgInt::editScheme (
|
void ) [virtual]
|
|
sint CAttribDlgInt::getCurrentScheme (
|
void ) const [virtual]
|
|
uint CAttribDlgInt::getNumScheme (
|
void ) const [virtual]
|
|
std::string CAttribDlgInt::getSchemeName (
|
uint index ) const [virtual]
|
|
void CAttribDlgInt::setCurrentScheme (
|
uint index ) [virtual]
|
|
Member Data Documentation
std::string CAttribDlgInt::_CstValueId [protected]
|
|
sint32 CAttribDlgInt::_MaxRange [protected]
|
|
sint32 CAttribDlgInt::_MinRange [protected]
|
|
The documentation for this class was generated from the following files:
|
|