/// Test opening a dialog in vcl class VclDialogsTest : public ScreenshotTest
{ private: /// helper method to populate KnownDialogs, called in setUp(). Needs to be /// written and has to add entries to KnownDialogs virtualvoid registerKnownDialogsByID(mapType& rKnownDialogs) override;
/// dialog creation for known dialogs by ID. Has to be implemented for /// each registered known dialog virtual VclPtr<VclAbstractDialog> createDialogByID(sal_uInt32 nID) override;
void VclDialogsTest::openAnyDialog()
{ /// process input file containing the UXMLDescriptions of the dialogs to dump
processDialogBatchFile(u"vcl/qa/unit/data/vcl-dialogs-test.txt");
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.