Home
last modified time | relevance | path

Searched refs:addInfoSection (Results 1 – 21 of 21) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3qt/src/
H A Dfilepropsdlg.cpp137 void FilePropsDialog::addInfoSection( QString name ) in addInfoSection() function in FilePropsDialog
184 addInfoSection( tr("Status") ); in fillItems()
193 addInfoSection( tr("File info") ); in fillItems()
202 addInfoSection( tr("Book info") ); in fillItems()
209 addInfoSection( tr("Document info") ); in fillItems()
216 addInfoSection( tr("Publication info") ); in fillItems()
H A Dfilepropsdlg.h30 void addInfoSection( QString name );
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/AppointmentPresentation/
H A Dclass.ilAppointmentPresentationPublicGUI.php36 $this->addInfoSection($a_app["event"]->getPresentationTitle());
47 $this->addInfoSection($this->lng->txt("cal_app_info"));
H A Dclass.ilAppointmentPresentationUserGUI.php45 $this->addInfoSection($a_app["event"]->getPresentationTitle());
59 $this->addInfoSection($this->lng->txt("cal_usr_info"));
H A Dclass.ilAppointmentPresentationBookingPoolGUI.php37 $this->addInfoSection($b_obj->getTitle());
54 $this->addInfoSection($this->lng->txt("book_booking_information"));
H A Dclass.ilAppointmentPresentationSessionGUI.php36 $this->addInfoSection($a_app["event"]->getTitle());
48 $this->addInfoSection(
H A Dclass.ilAppointmentPresentationMilestoneGUI.php43 $this->addInfoSection($this->lng->txt("cal_app_info"));
H A Dclass.ilAppointmentPresentationGroupGUI.php40 $this->addInfoSection($this->lng->txt("cal_grp_info"));
H A Dclass.ilAppointmentPresentationExerciseGUI.php43 $this->addInfoSection($this->lng->txt("cal_exc_info"));
H A Dclass.ilAppointmentPresentationGUI.php312 public function addInfoSection($a_txt) function in ilAppointmentPresentationGUI
524 $this->addInfoSection($a_app["event"]->getPresentationTitle(false));
H A Dclass.ilAppointmentPresentationCourseGUI.php55 $this->addInfoSection($this->lng->txt("cal_crs_info"));
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/AppointmentPresentation/
H A Dclass.ilAppointmentPresentationPublicGUI.php36 $this->addInfoSection($a_app["event"]->getPresentationTitle());
47 $this->addInfoSection($this->lng->txt("cal_app_info"));
H A Dclass.ilAppointmentPresentationUserGUI.php45 $this->addInfoSection($a_app["event"]->getPresentationTitle());
59 $this->addInfoSection($this->lng->txt("cal_usr_info"));
H A Dclass.ilAppointmentPresentationBookingPoolGUI.php35 $this->addInfoSection($b_obj->getTitle());
52 $this->addInfoSection($this->lng->txt("book_booking_information"));
H A Dclass.ilAppointmentPresentationSessionGUI.php36 $this->addInfoSection($a_app["event"]->getTitle());
48 $this->addInfoSection(
H A Dclass.ilAppointmentPresentationMilestoneGUI.php43 $this->addInfoSection($this->lng->txt("cal_app_info"));
H A Dclass.ilAppointmentPresentationGroupGUI.php40 $this->addInfoSection($this->lng->txt("cal_grp_info"));
H A Dclass.ilAppointmentPresentationExerciseGUI.php43 $this->addInfoSection($this->lng->txt("cal_exc_info"));
H A Dclass.ilAppointmentPresentationGUI.php312 public function addInfoSection($a_txt) function in ilAppointmentPresentationGUI
524 $this->addInfoSection($a_app["event"]->getPresentationTitle(false));
H A Dclass.ilAppointmentPresentationCourseGUI.php55 $this->addInfoSection($this->lng->txt("cal_crs_info"));
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dmainwnd.cpp994 static void addInfoSection( lString8 & buf, lString8 data, const char * caption ) in addInfoSection() function
1027 addInfoSection( txt, statusInfo, _("Status") ); in showAboutDialog()
1037 addInfoSection( txt, fileInfo, _("File info") ); in showAboutDialog()
1049 addInfoSection( txt, bookInfo, _("Book info") ); in showAboutDialog()
1060 addInfoSection( txt, docInfo, _("Document info") ); in showAboutDialog()
1068 addInfoSection( txt, pubInfo, _("Publication info") ); in showAboutDialog()
1076 addInfoSection( txt, progInfo, _("About program") ); in showAboutDialog()