* @brief Returns the number of currently visible (filtered) examples. */
| 88 | * @brief Returns the number of currently visible (filtered) examples. |
| 89 | */ |
| 90 | int Misc::Examples::count() const noexcept |
| 91 | { |
| 92 | return m_filteredExamples.count(); |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * @brief Returns the index of the currently selected example, or -1. |
no outgoing calls