# 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: