// KBEditorsView.h : interface of the CKBEditorsView class // ///////////////////////////////////////////////////////////////////////////// //{{AFX_INCLUDES() //}}AFX_INCLUDES #if !defined(AFX_KBEDITORSVIEW_H__B419213D_A59E_11D3_9695_0040C7772DA0__INCLUDED_) #define AFX_KBEDITORSVIEW_H__B419213D_A59E_11D3_9695_0040C7772DA0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CKBEditorsDoc; class CKBEditorsView : public CFormView { protected: // create from serialization only CKBEditorsView(); DECLARE_DYNCREATE(CKBEditorsView) BOOL ValidateCondition(CString strCond,CString & Out); BOOL ValidateAction(CString strAction,CString & Out); CString GetOutputRole(CString str,CString OutRole); CString GetInputRole(CString str,CString InRole); public: //{{AFX_DATA(CKBEditorsView) enum { IDD = IDD_KBEDITORS_FORM }; //}}AFX_DATA // Attributes public: CKBEditorsDoc* GetDocument(); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CKBEditorsView) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual void OnInitialUpdate(); // called first time after construct virtual BOOL OnPreparePrinting(CPrintInfo* pInfo); virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo); virtual void OnPrint(CDC* pDC, CPrintInfo* pInfo); //}}AFX_VIRTUAL // Implementation public: virtual ~CKBEditorsView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CKBEditorsView) afx_msg void OnConcept(); afx_msg void OnFunction(); afx_msg void OnRule(); afx_msg void OnInference(); afx_msg void OnValidation(); afx_msg void OnGenerateDoc(); afx_msg void OnTableEdit(); afx_msg void OnService(); afx_msg void OnCreateMetaKB(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #ifndef _DEBUG // debug version in KBEditorsView.cpp inline CKBEditorsDoc* CKBEditorsView::GetDocument() { return (CKBEditorsDoc*)m_pDocument; } #endif ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_KBEDITORSVIEW_H__B419213D_A59E_11D3_9695_0040C7772DA0__INCLUDED_)