AntiMicroX
Public Types | Public Member Functions | Private Slots | Private Attributes
CapturedWindowInfoDialog Class Reference

#include <capturedwindowinfodialog.h>

Inheritance diagram for CapturedWindowInfoDialog:
[legend]
Collaboration diagram for CapturedWindowInfoDialog:
[legend]

Public Types

enum  { WindowNone = 0, WindowClass = (1 << 0), WindowName = (1 << 1), WindowPath = (1 << 2) }
 
typedef int CapturedWindowOption
 

Public Member Functions

 CapturedWindowInfoDialog (long window, QWidget *parent=nullptr)
 
 ~CapturedWindowInfoDialog ()
 
QString getWindowClass ()
 
QString getWindowName ()
 
QString getWindowPath ()
 
bool useFullWindowPath ()
 
CapturedWindowOption getSelectedOptions ()
 

Private Slots

void populateOption ()
 

Private Attributes

Ui::CapturedWindowInfoDialog * ui
 
CapturedWindowOption selectedMatch
 
QString winClass
 
QString winName
 
QString winPath
 
bool fullWinPath
 

Member Typedef Documentation

◆ CapturedWindowOption

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
WindowNone 
WindowClass 
WindowName 
WindowPath 

Constructor & Destructor Documentation

◆ CapturedWindowInfoDialog()

CapturedWindowInfoDialog::CapturedWindowInfoDialog ( long  window,
QWidget *  parent = nullptr 
)
explicit
Here is the call graph for this function:

◆ ~CapturedWindowInfoDialog()

CapturedWindowInfoDialog::~CapturedWindowInfoDialog ( )

Member Function Documentation

◆ getSelectedOptions()

CapturedWindowInfoDialog::CapturedWindowOption CapturedWindowInfoDialog::getSelectedOptions ( )
Here is the caller graph for this function:

◆ getWindowClass()

QString CapturedWindowInfoDialog::getWindowClass ( )
Here is the caller graph for this function:

◆ getWindowName()

QString CapturedWindowInfoDialog::getWindowName ( )
Here is the caller graph for this function:

◆ getWindowPath()

QString CapturedWindowInfoDialog::getWindowPath ( )
Here is the caller graph for this function:

◆ populateOption

void CapturedWindowInfoDialog::populateOption ( )
privateslot
Here is the caller graph for this function:

◆ useFullWindowPath()

bool CapturedWindowInfoDialog::useFullWindowPath ( )
Here is the caller graph for this function:

Field Documentation

◆ fullWinPath

bool CapturedWindowInfoDialog::fullWinPath
private

◆ selectedMatch

CapturedWindowOption CapturedWindowInfoDialog::selectedMatch
private

◆ ui

Ui::CapturedWindowInfoDialog* CapturedWindowInfoDialog::ui
private

◆ winClass

QString CapturedWindowInfoDialog::winClass
private

◆ winName

QString CapturedWindowInfoDialog::winName
private

◆ winPath

QString CapturedWindowInfoDialog::winPath
private

The documentation for this class was generated from the following files: