Home
last modified time | relevance | path

Searched refs:m_topicStack (Results 1 – 4 of 4) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/addon/doxywizard/
H A Dexpert.cpp76 m_topicStack = new QStackedWidget; in Expert()
108 grid->addWidget(m_topicStack,0,0,1,2); in Expert()
149 m_topicStack->addWidget(widget); in createTopics()
746 m_topicStack->setCurrentWidget(w); in activateTopic()
747 m_prev->setEnabled(m_topicStack->currentIndex()!=0); in activateTopic()
901 if (m_topicStack->currentIndex()+1==m_topicStack->count()) // last topic in nextTopic()
907 m_topicStack->setCurrentIndex(m_topicStack->currentIndex()+1); in nextTopic()
908 m_next->setEnabled(m_topicStack->count()!=m_topicStack->currentIndex()+1); in nextTopic()
916 m_topicStack->setCurrentIndex(m_topicStack->currentIndex()-1); in prevTopic()
917 m_next->setEnabled(m_topicStack->count()!=m_topicStack->currentIndex()+1); in prevTopic()
[all …]
H A Dwizard.cpp1316 m_topicStack = new QStackedWidget; in Wizard()
1321 m_topicStack->addWidget(m_step1); in Wizard()
1322 m_topicStack->addWidget(m_step2); in Wizard()
1323 m_topicStack->addWidget(m_step3); in Wizard()
1324 m_topicStack->addWidget(m_step4); in Wizard()
1331 grid->addWidget(m_topicStack,0,0,1,2); in Wizard()
1387 if (m_topicStack->currentIndex()+1==m_topicStack->count()) // last topic in nextTopic()
1393 m_topicStack->setCurrentIndex(m_topicStack->currentIndex()+1); in nextTopic()
1394 m_next->setEnabled(m_topicStack->count()!=m_topicStack->currentIndex()+1); in nextTopic()
1402 m_topicStack->setCurrentIndex(m_topicStack->currentIndex()-1); in prevTopic()
[all …]
H A Dexpert.h75 QStackedWidget *m_topicStack; variable
H A Dwizard.h242 QStackedWidget *m_topicStack = 0; variable