VcsBaseOptionsPage Class

(VcsBase::VcsBaseOptionsPage)

The VcsBaseOptionsPage class is the base class for VCS options pages providing a common category and icon. More...

Header: #include <VcsBaseOptionsPage>
Inherits: Core::IOptionsPage

Public Functions

VcsBaseOptionsPage(QObject *parent = 0)
~VcsBaseOptionsPage() override

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 5 protected functions inherited from Core::IOptionsPage
  • 9 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The VcsBaseOptionsPage class is the base class for VCS options pages providing a common category and icon.

Member Function Documentation

VcsBaseOptionsPage::VcsBaseOptionsPage(QObject *parent = 0)

Default constructs an instance of VcsBaseOptionsPage.

VcsBaseOptionsPage::~VcsBaseOptionsPage()

Destroys the instance of VcsBaseOptionsPage.