... | ... | @@ -29,50 +29,41 @@ Z:\ATOM\branches\ellie\MainFrm.cpp의 int CMainFrame::OnCreate(LPCREATESTRUCT lp |
|
|
<nowiki />8. Iris3ab_AddToolbarSeparator(5) : 버튼 separator 추가
|
|
|
|
|
|
* Tool bar Click 시 동작
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/213cd6f33fbe308145dbe5b19b484b55/ToolbarClick.png" width="500">
|
|
|
<img src="Appbase_Image/ToolbarClick.png" width="1000">
|
|
|
|
|
|
### 라) Tree View
|
|
|
<br>
|
|
|
* Tree View Observer 등록
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/00dba6ff6677f0b96d932c8d78fcca4a/TreeViewObserver.png" width="500">
|
|
|
<img src="Appbase_Image/TreeViewObserver.png" width="1000">
|
|
|
|
|
|
<br>
|
|
|
* Tree View Load
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/4b96acc6ef1112b83369820b29448e3f/TreeViewLoad.png" width="500">
|
|
|
<img src="Appbase_Image/TreeViewLoad.png" width="1000">
|
|
|
|
|
|
<br>
|
|
|
* 기타
|
|
|
<br><br>void View_NodeTree::InitTreeSevIcon() : tree Icon Load
|
|
|
void View_NodeTree::InitTreeSevIcon() : tree Icon Load
|
|
|
|
|
|
### 마) Auto report View
|
|
|
<br>
|
|
|
* Auto report View class
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/6b05cfa68e87a506937191f7de008bdc/AutoreportViewclass.png" width="500">
|
|
|
<img src="Appbase_Image/AutoreportViewclass.png" width="1000">
|
|
|
|
|
|
<br>View_AutoReport class가 MetaObserver, ElementObserver을 상속 받으므로 여기서 받은 알람의 필터링 처리 후
|
|
|
<br>AutoReportPage class을 반환하여 이 페이지를 탭뷰에 추가해서 보여주는 형식
|
|
|
View_AutoReport class가 MetaObserver, ElementObserver을 상속 받으므로 여기서 받은 알람의 필터링 처리 후
|
|
|
AutoReportPage class을 반환하여 이 페이지를 탭뷰에 추가해서 보여주는 형식
|
|
|
|
|
|
<br>
|
|
|
* Auto report View Load
|
|
|
<br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/5f9c27e812b2591945e26c39be7ae96d/Auto_report_View_Load.png" width="500">
|
|
|
<img src="Appbase_Image/Auto_report_View_Load.png" width="1000">
|
|
|
|
|
|
<br>
|
|
|
* CAutoReport::Init() function
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/a6f4b01fc4d18036834fbcf7070f6301/CAutoReportInitfunction.png" width="500">
|
|
|
<img src="Appbase_Image/CAutoReportInitfunction.png" width="1000">
|
|
|
|
|
|
### 바) Shelf View
|
|
|
<br>
|
|
|
* Shelf View 초기화
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/848565fd7b5d0331db5232960fd0e4de/ShelfViewInit.png" width="500">
|
|
|
<Appbase_Image/ShelfViewInit.png" width="1000">
|
|
|
|
|
|
<br>
|
|
|
* Shelf View Observer 등록
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/c1a65a9d59bff639774df2cc8eba4af2/ShelfViewObserver.png" width="500">
|
|
|
<img src="Appbase_Image/ShelfViewObserver.png" width="1000">
|
|
|
|
|
|
<br>Element Observer를 통해 notify되는 ElementUpdate_CHANGE_CURRENT를 수신한 경우
|
|
|
<br>void cbOnNodeChange(ElementNode* pCurrentNode, int* pTab) 함수가 호출된다. network view 보다 먼저 shelf view가 observer에 등록된다.
|
|
|
Element Observer를 통해 notify되는 ElementUpdate_CHANGE_CURRENT를 수신한 경우
|
|
|
void cbOnNodeChange(ElementNode* pCurrentNode, int* pTab) 함수가 호출된다. network view 보다 먼저 shelf view가 observer에 등록된다.
|
|
|
|
|
|
### 사) Topology View
|
|
|
<br>
|
|
|
* Topology View Load
|
|
|
<br><br><img src="http://intra.novonetworks.com:8073/ellie/Study-IRIS/uploads/a26c6b92b0a4815f112b868a8de4e075/TopologyViewLoad.png" width="500"> |
|
|
\ No newline at end of file |
|
|
<img src="Appbase_Image/TopologyViewLoad.png" width="1000"> |
|
|
\ No newline at end of file |