JunkBox_Win_Lib 1.5.3
|
#include "DLGBoxBase.h"
Go to the source code of this file.
Classes | |
class | CInputNumDLG |
class | CInputFloatNumDLG |
class | CInputMultiFloatNumDLG |
Namespaces | |
namespace | jbxwl |
Functions | |
BOOL | InputNumDLG (LPCTSTR title, int *val) |
BOOL | InputFloatNumDLG (LPCTSTR title, double *val) |
BOOL | InputMultiFloatNumDLG (LPCTSTR t0, double *v0, LPCTSTR t1=NULL, double *v1=NULL, LPCTSTR t2=NULL, double *v2=NULL, LPCTSTR t3=NULL, double *v3=NULL, LPCTSTR t4=NULL, double *v4=NULL, LPCTSTR t5=NULL, double *v5=NULL) |