| ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    | 
Class ilSCORM2004NodeGUI. More...
 Inheritance diagram for ilSCORM2004NodeGUI:
 Inheritance diagram for ilSCORM2004NodeGUI: Collaboration diagram for ilSCORM2004NodeGUI:
 Collaboration diagram for ilSCORM2004NodeGUI:| Public Member Functions | |
| __construct ($a_slm_obj, $a_node_id=0) | |
| constructor  More... | |
| setParentGUI ($a_parentgui) | |
| Set Parent GUI class (ilObjSCORM2004LearningModuleGUI).  More... | |
| getParentGUI () | |
| Get Parent GUI class (ilObjSCORM2004LearningModuleGUI).  More... | |
| getNodeObject ($a_node_id) | |
| Get node object (chapter/sco/page)  More... | |
| showOrganization () | |
| Confirm deletion screen (delete page or structure objects)  More... | |
| insertChapter () | |
| Insert Chapter.  More... | |
| insertSco () | |
| Insert Sco.  More... | |
| insertAsset () | |
| Insert Asset.  More... | |
| insertPage () | |
| Insert Page.  More... | |
| insertTemplateGUI () | |
| Insert Page with Layout.  More... | |
| insertSpecialPage () | |
| Insert special page.  More... | |
| collapseAll () | |
| Collapse all.  More... | |
| ExpandAll () | |
| Expand all.  More... | |
| saveAllTitles () | |
| Save Titles.  More... | |
| deleteNodes () | |
| Delete nodes in the hierarchy.  More... | |
| cancelDelete () | |
| cancel delete  More... | |
| confirmedDelete () | |
| confirmed delete  More... | |
| setLocator () | |
| Set Locator Items.  More... | |
| setContentStyle () | |
| Set content style sheet.  More... | |
| copyItems ($a_return="showOrganization") | |
| Copy items to clipboard.  More... | |
| cutItems ($a_return="showOrganization") | |
| Copy items to clipboard, then cut them from the current tree.  More... | |
| insertPageClip () | |
| Insert pages from clipboard.  More... | |
| insertScoClip () | |
| Insert scos from clipboard.  More... | |
| insertAssetClip () | |
| Insert assets from clipboard.  More... | |
| insertLMChapterClip () | |
| Insert scos from clipboard.  More... | |
| Data Fields | |
| $node_object | |
| $slm_object | |
| Protected Attributes | |
| $lng | |
| $ctrl | |
| $tpl | |
| $tabs | |
| $locator | |
| $user | |
Class ilSCORM2004NodeGUI.
Base GUI class for scorm nodes (Chapter, SCO and Page)
Definition at line 14 of file class.ilSCORM2004NodeGUI.php.
| ilSCORM2004NodeGUI::__construct | ( | $a_slm_obj, | |
| $a_node_id = 0 | |||
| ) | 
constructor
| object | $a_content_obj | node object | 
Reimplemented in ilSCORM2004AssetGUI, ilSCORM2004ChapterGUI, ilSCORM2004PageNodeGUI, ilSCORM2004ScoGUI, and ilSCORM2004SeqChapterGUI.
Definition at line 54 of file class.ilSCORM2004NodeGUI.php.
References $DIC, getNodeObject(), and user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::cancelDelete | ( | ) | 
| ilSCORM2004NodeGUI::collapseAll | ( | ) | 
Collapse all.
Definition at line 252 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::confirmedDelete | ( | ) | 
confirmed delete
Definition at line 306 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::copyItems | ( | $a_return = "showOrganization" | ) | 
Copy items to clipboard.
Definition at line 467 of file class.ilSCORM2004NodeGUI.php.
References $_POST, $ctrl, $ilCtrl, $lng, ilSCORM2004Node\clipboardCopy(), ilUtil\sendFailure(), ilUtil\sendInfo(), ilEditClipboard\setAction(), ilUtil\stripSlashesArray(), and ilSCORM2004Node\uniqueTypesCheck().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::cutItems | ( | $a_return = "showOrganization" | ) | 
Copy items to clipboard, then cut them from the current tree.
Definition at line 499 of file class.ilSCORM2004NodeGUI.php.
References $_POST, $ctrl, $ilCtrl, $lng, ilSCORM2004Node\clipboardCut(), ilUtil\sendFailure(), ilUtil\sendInfo(), ilEditClipboard\setAction(), ilUtil\stripSlashesArray(), and ilSCORM2004Node\uniqueTypesCheck().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::deleteNodes | ( | ) | 
Delete nodes in the hierarchy.
Definition at line 286 of file class.ilSCORM2004NodeGUI.php.
References $_GET, $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::ExpandAll | ( | ) | 
Expand all.
Definition at line 263 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::getNodeObject | ( | $a_node_id | ) | 
Get node object (chapter/sco/page)
Definition at line 95 of file class.ilSCORM2004NodeGUI.php.
References ilSCORM2004NodeFactory\getInstance().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORM2004NodeGUI::getParentGUI | ( | ) | 
Get Parent GUI class (ilObjSCORM2004LearningModuleGUI).
Definition at line 87 of file class.ilSCORM2004NodeGUI.php.
Referenced by collapseAll(), confirmedDelete(), deleteNodes(), ExpandAll(), insertAsset(), insertChapter(), insertLMChapterClip(), insertPage(), insertSco(), insertSpecialPage(), insertTemplateGUI(), saveAllTitles(), setLocator(), and showOrganization().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORM2004NodeGUI::insertAsset | ( | ) | 
Insert Asset.
Definition at line 210 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $res, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertAssetClip | ( | ) | 
Insert assets from clipboard.
Definition at line 567 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $ilUser, $user, ilHierarchyFormGUI\getPostNodeId(), and ilSCORM2004Node\insertAssetClip().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertChapter | ( | ) | 
Insert Chapter.
Definition at line 186 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $res, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertLMChapterClip | ( | ) | 
Insert scos from clipboard.
Definition at line 584 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $ilUser, $user, getParentGUI(), and setLocator().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertPage | ( | ) | 
Insert Page.
Definition at line 222 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $res, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertPageClip | ( | ) | 
Insert pages from clipboard.
Definition at line 533 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $ilUser, $user, ilHierarchyFormGUI\getPostNodeId(), and ilSCORM2004Node\insertPageClip().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertSco | ( | ) | 
Insert Sco.
Definition at line 198 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $res, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertScoClip | ( | ) | 
Insert scos from clipboard.
Definition at line 550 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $ilUser, $user, ilHierarchyFormGUI\getPostNodeId(), and ilSCORM2004Node\insertScoClip().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertSpecialPage | ( | ) | 
Insert special page.
Definition at line 243 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::insertTemplateGUI | ( | ) | 
Insert Page with Layout.
Definition at line 234 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::saveAllTitles | ( | ) | 
Save Titles.
Definition at line 274 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::setContentStyle | ( | ) | 
Set content style sheet.
Definition at line 439 of file class.ilSCORM2004NodeGUI.php.
References $tpl, ilObjStyleSheet\getContentStylePath(), ilObjStyleSheet\getPlaceHolderStylePath(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by ilSCORM2004PageNodeGUI\executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORM2004NodeGUI::setLocator | ( | ) | 
Set Locator Items.
Definition at line 317 of file class.ilSCORM2004NodeGUI.php.
References $_GET, $ctrl, $i, $ilCtrl, $locator, $tpl, ilUtil\getImagePath(), and getParentGUI().
Referenced by ilSCORM2004ChapterGUI\executeCommand(), ilSCORM2004PageNodeGUI\executeCommand(), ilSCORM2004ScoGUI\executeCommand(), ilSCORM2004ScoGUI\import(), insertLMChapterClip(), ilSCORM2004ScoGUI\sahs_questions(), ilSCORM2004ScoGUI\sco_resources(), ilSCORM2004ScoGUI\showExportList(), showOrganization(), ilSCORM2004ChapterGUI\showProperties(), and ilSCORM2004ScoGUI\showProperties().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSCORM2004NodeGUI::setParentGUI | ( | $a_parentgui | ) | 
Set Parent GUI class (ilObjSCORM2004LearningModuleGUI).
| object | $a_parentgui | Parent GUI class | 
Definition at line 77 of file class.ilSCORM2004NodeGUI.php.
| ilSCORM2004NodeGUI::showOrganization | ( | ) | 
Confirm deletion screen (delete page or structure objects)
cancel deletion of page/structure objects
page and structure object deletion
check the content object tree
Show subhiearchy of pages and subchapters
Definition at line 163 of file class.ilSCORM2004NodeGUI.php.
References $ctrl, $ilCtrl, $lng, $tabs, $tpl, ilUtil\getImagePath(), getParentGUI(), and setLocator().
Referenced by ilSCORM2004ChapterGUI\executeCommand(), and ilSCORM2004ScoGUI\executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 24 of file class.ilSCORM2004NodeGUI.php.
Referenced by cancelDelete(), collapseAll(), confirmedDelete(), copyItems(), cutItems(), deleteNodes(), ilSCORM2004PageNodeGUI\edit(), ilSCORM2004PageNodeGUI\executeCommand(), ExpandAll(), insertAsset(), insertAssetClip(), insertChapter(), insertLMChapterClip(), insertPage(), insertPageClip(), insertSco(), insertScoClip(), insertSpecialPage(), insertTemplateGUI(), saveAllTitles(), setLocator(), ilSCORM2004PageNodeGUI\setTabs(), and showOrganization().
| 
 | protected | 
Definition at line 19 of file class.ilSCORM2004NodeGUI.php.
Referenced by ilSCORM2004ScoGUI\confirmDeleteExportFile(), copyItems(), cutItems(), ilSCORM2004ScoGUI\deleteExportFile(), ilSCORM2004ScoGUI\getGloOverviewOv(), ilSCORM2004ScoGUI\import(), ilSCORM2004ScoGUI\importSave(), ilSCORM2004PageNodeGUI\setTabs(), ilSCORM2004ScoGUI\setTabs(), ilSCORM2004ScoGUI\showExportList(), showOrganization(), ilSCORM2004ScoGUI\showProperties(), and ilSCORM2004ScoGUI\updateProperties().
| 
 | protected | 
Definition at line 39 of file class.ilSCORM2004NodeGUI.php.
Referenced by setLocator().
| ilSCORM2004NodeGUI::$node_object | 
Definition at line 46 of file class.ilSCORM2004NodeGUI.php.
| ilSCORM2004NodeGUI::$slm_object | 
Definition at line 47 of file class.ilSCORM2004NodeGUI.php.
| 
 | protected | 
Definition at line 34 of file class.ilSCORM2004NodeGUI.php.
Referenced by ilSCORM2004ScoGUI\executeCommand(), ilSCORM2004PageNodeGUI\setTabs(), ilSCORM2004ScoGUI\setTabs(), showOrganization(), and ilSCORM2004ScoGUI\showProperties().
| 
 | protected | 
Definition at line 29 of file class.ilSCORM2004NodeGUI.php.
Referenced by ilSCORM2004ScoGUI\confirmDeleteExportFile(), ilSCORM2004PageNodeGUI\executeCommand(), ilSCORM2004ScoGUI\executeCommand(), ilSCORM2004ScoGUI\getGloOverviewOv(), ilSCORM2004ScoGUI\import(), ilSCORM2004ScoGUI\sco_preview(), setContentStyle(), setLocator(), ilSCORM2004PageNodeGUI\setTabs(), ilSCORM2004ScoGUI\setTabs(), ilSCORM2004ScoGUI\showExportList(), showOrganization(), ilSCORM2004ScoGUI\showProperties(), and ilSCORM2004ScoGUI\updateProperties().
| 
 | protected | 
Definition at line 44 of file class.ilSCORM2004NodeGUI.php.
Referenced by insertAssetClip(), insertLMChapterClip(), insertPageClip(), and insertScoClip().