| ILIAS
    release_5-2 Revision v5.2.25-18-g3f80b828510
    | 
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... | |
| putInTree ($a_parent_id, $a_target) | |
| put this object into content object tree  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 | |
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 24 of file class.ilSCORM2004NodeGUI.php.
References getNodeObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::cancelDelete | ( | ) | 
cancel delete
Definition at line 287 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl.
| ilSCORM2004NodeGUI::collapseAll | ( | ) | 
Collapse all.
Definition at line 243 of file class.ilSCORM2004NodeGUI.php.
References $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 296 of file class.ilSCORM2004NodeGUI.php.
References $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 402 of file class.ilSCORM2004NodeGUI.php.
References $_POST, $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 437 of file class.ilSCORM2004NodeGUI.php.
References $_POST, $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 276 of file class.ilSCORM2004NodeGUI.php.
References $_GET, $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 254 of file class.ilSCORM2004NodeGUI.php.
References $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 58 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 50 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 201 of file class.ilSCORM2004NodeGUI.php.
References $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 500 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl, $ilUser, 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 177 of file class.ilSCORM2004NodeGUI.php.
References $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 513 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl, $ilUser, 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 213 of file class.ilSCORM2004NodeGUI.php.
References $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 474 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl, $ilUser, 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 189 of file class.ilSCORM2004NodeGUI.php.
References $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 487 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl, $ilUser, 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 234 of file class.ilSCORM2004NodeGUI.php.
References $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 225 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl, and getParentGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSCORM2004NodeGUI::putInTree | ( | $a_parent_id, | |
| $a_target | |||
| ) | 
put this object into content object tree
Definition at line 70 of file class.ilSCORM2004NodeGUI.php.
References $target.
| ilSCORM2004NodeGUI::saveAllTitles | ( | ) | 
Save Titles.
Definition at line 265 of file class.ilSCORM2004NodeGUI.php.
References $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 380 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 307 of file class.ilSCORM2004NodeGUI.php.
References $_GET, $ilCtrl, $path, $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 40 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 161 of file class.ilSCORM2004NodeGUI.php.
References $ilCtrl, $lng, $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:| ilSCORM2004NodeGUI::$node_object | 
Definition at line 16 of file class.ilSCORM2004NodeGUI.php.
| ilSCORM2004NodeGUI::$slm_object | 
Definition at line 17 of file class.ilSCORM2004NodeGUI.php.