NavWidget

class NavWidget

A widget for navigation testing.

Header: classpage.h

Public Functions

NavWidget()
void navigate(const QString &target)

Detailed Description

The NavWidget class demonstrates breadcrumb chains for C++ class pages and sidebar TOC rendering with multiple section levels.

Basic Usage

Create a NavWidget and call navigate().

Configuration

Configuration is straightforward.

Advanced Options

For advanced use cases, subclass NavWidget.

Thread Safety

NavWidget is reentrant but not thread-safe.

Performance

Performance depends on navigation target complexity.

Benchmarks

Benchmarks show sub-millisecond navigation times.

Member Function Documentation

Constructs a NavWidget.

Navigates to the specified target.