... | ... | @@ -73,23 +73,23 @@ Tree, Auto report View는 Iris에 정의되어 있고, Topology, Shelf View는 |
|
|
|
|
|
* Auto report View Load
|
|
|
|
|
|
<img src="Appbase_Image/AutoreportViewLoad.png" width="700">
|
|
|
<img src="Appbase_Image/AutoreportViewLoad.png" width="700">
|
|
|
<br>
|
|
|
|
|
|
* CAutoReport::Init() function
|
|
|
|
|
|
<img src="Appbase_Image/CAutoReportInitfunction.png" width="700">
|
|
|
<img src="Appbase_Image/CAutoReportInitfunction.png" width="700">
|
|
|
<br>
|
|
|
|
|
|
### 바) Shelf View
|
|
|
* Shelf View 초기화
|
|
|
|
|
|
<img src="Appbase_Image/ShelfViewInit.png" width="700">
|
|
|
<img src="Appbase_Image/ShelfViewInit.png" width="700">
|
|
|
<br>
|
|
|
|
|
|
* Shelf View Observer 등록
|
|
|
|
|
|
<img src="Appbase_Image/ShelfViewObserver.png" width="700">
|
|
|
<img src="Appbase_Image/ShelfViewObserver.png" width="700">
|
|
|
|
|
|
Element Observer를 통해 notify되는 ElementUpdate_CHANGE_CURRENT를 수신한 경우 void cbOnNodeChange(ElementNode* pCurrentNode, int* pTab) 함수가 호출된다. network view 보다 먼저 shelf view가 observer에 등록된다.
|
|
|
<br>
|
... | ... | |