| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI:
 Inheritance diagram for ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI: Collaboration diagram for ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI:
 Collaboration diagram for ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI:| Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng, ilTestRandomQuestionSetConfigGUI $questionSetConfigGUI, ilTestRandomQuestionSetConfig $questionSetConfig) | |
| build () | |
|  Public Member Functions inherited from ilToolbarGUI | |
| __construct () | |
| setFormAction ($a_val, $a_multipart=false, $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags. | |
| getFormAction () | |
| Get form action. | |
| setLeadingImage ($a_img, $a_alt) | |
| Set leading image. | |
| setHidden ($a_val) | |
| Set hidden. | |
| getHidden () | |
| Get hidden. | |
| setId ($a_val) | |
| Set id. | |
| getId () | |
| Get id. | |
| addButton ($a_txt, $a_cmd, $a_target="", $a_acc_key="", $a_additional_attrs= '', $a_id="", $a_class= 'submit') | |
| Add button to toolbar. | |
| addFormButton ($a_txt, $a_cmd, $a_acc_key="", $a_primary=false) | |
| Add form button to toolbar. | |
| addInputItem (ilToolbarItem $a_item, $a_output_label=false) | |
| Add input item. | |
| addSeparator () | |
| Add separator. | |
| addText ($a_text) | |
| Add text. | |
| addSpacer ($a_width=null) | |
| Add spacer. | |
| addLink ($a_caption, $a_url, $a_disabled=false) | |
| Add link. | |
| setOpenFormTag ($a_val) | |
| Set open form tag. | |
| getOpenFormTag () | |
| Get open form tag. | |
| setCloseFormTag ($a_val) | |
| Set close form tag. | |
| getCloseFormTag () | |
| Get close form tag. | |
| setFormName ($a_val) | |
| Set form name. | |
| getFormName () | |
| Get form name. | |
| getHTML () | |
| Get toolbar html. | |
| Data Fields | |
| $ctrl = null | |
| $lng = null | |
| $questionSetConfigGUI = null | |
| $questionSetConfig = null | |
|  Data Fields inherited from ilToolbarGUI | |
| $items = array() | |
| $open_form_tag = true | |
| $close_form_tag = true | |
| $form_target = "" | |
| $form_name = "" | |
| Private Member Functions | |
| buildSourcePoolSelectOptionsArray ($availablePools) | |
| populateNewQuestionSelectionRuleInputs () | |
Definition at line 12 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
| ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI::__construct | ( | ilCtrl | $ctrl, | 
| ilLanguage | $lng, | ||
| ilTestRandomQuestionSetConfigGUI | $questionSetConfigGUI, | ||
| ilTestRandomQuestionSetConfig | $questionSetConfig | ||
| ) | 
Definition at line 42 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
References $ctrl, $lng, $questionSetConfig, $questionSetConfigGUI, and ilToolbarGUI\__construct().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI::build | ( | ) | 
Definition at line 52 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
References populateNewQuestionSelectionRuleInputs(), and ilToolbarGUI\setFormAction().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 62 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
Referenced by populateNewQuestionSelectionRuleInputs().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 74 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
References ilToolbarGUI\addFormButton(), ilToolbarGUI\addInputItem(), buildSourcePoolSelectOptionsArray(), and ilTestRandomQuestionSetConfigGUI\CMD_SHOW_CREATE_SRC_POOL_DEF_FORM.
Referenced by build().
 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:| ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI::$ctrl = null | 
Definition at line 19 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
Referenced by __construct().
| ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI::$lng = null | 
Definition at line 26 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
Referenced by __construct().
| ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI::$questionSetConfig = null | 
Definition at line 40 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
Referenced by __construct().
| ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI::$questionSetConfigGUI = null | 
Definition at line 33 of file class.ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI.php.
Referenced by __construct().