| | |
| | | void SetUploadImagePath(const CString& strImagePath); |
| | | void SetRTMSUploadImagePath(const CString& strImagePath); |
| | | |
| | | void SetReviewImagePath(const CString& strReviewImagePath); |
| | | |
| | | //Plan진행간 Count 표기 |
| | | void SetPlanReviewCount(int ncount) { |
| | | nPlanReviewCount = ncount; |
| | |
| | | void GetSaveImageBasePath(CString& strPath); |
| | | CString GetUploadImagePath(); |
| | | CString GetRTMSUploadImagePath(); |
| | | |
| | | CString GetReviewUploadImagePath(); |
| | | |
| | | |
| | | // Cell function |
| | |
| | | // image path |
| | | CString m_strSaveImageBasePath; |
| | | CString m_strSaveImageUploadPath; |
| | | CString m_strSaveImageReviewPath; |
| | | CString m_strInspectImagePath; |
| | | CString m_strRTMSImagePath; |
| | | int m_nReviewCount; // [2017:5:21]-[WEZASW] : Review 이미지 네이밍 룰에 의한 SequenceNo 카운트(리뷰 포인트 순서) |