Rabbit Remote Control 0.1.0-bate10
Loading...
Searching...
No Matches
Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
CFrmViewServer Class Reference

The CFrmViewServer class. More...

#include <FrmViewServer.h>

Inheritance diagram for CFrmViewServer:
Inheritance graph
[legend]
Collaboration diagram for CFrmViewServer:
Collaboration graph
[legend]

Signals

void sigDisconnect (const QString &szIp, const quint16 port)
 

Public Member Functions

 CFrmViewServer (QWidget *parent=nullptr)
 
void AddActionInToolBar (QAction *pAction)
 

Private Slots

void slotConnected (const QString &szIp, const quint16 port)
 
void slotDisconnected (const QString &szIp, const quint16 port)
 
void slotContextMenuRequested (const QPoint &pos)
 

Private Attributes

QToolBar * m_pToolBar
 
QTableView * m_ptvClients
 
QStandardItemModel m_ModelConnect
 
QLabel * m_plbConnectCount
 
CStatsSever m_Stats
 

Detailed Description

The CFrmViewServer class.

See also
COperateServer CBackendServer

Definition at line 20 of file FrmViewServer.h.

Constructor & Destructor Documentation

◆ ~CFrmViewServer()

CFrmViewServer::~CFrmViewServer ( )
virtual

Definition at line 61 of file FrmViewServer.cpp.

Member Function Documentation

◆ AddActionInToolBar()

void CFrmViewServer::AddActionInToolBar ( QAction *  pAction)

Definition at line 66 of file FrmViewServer.cpp.

◆ slotConnected

void CFrmViewServer::slotConnected ( const QString &  szIp,
const quint16  port 
)
privateslot

Definition at line 72 of file FrmViewServer.cpp.

◆ slotContextMenuRequested

void CFrmViewServer::slotContextMenuRequested ( const QPoint &  pos)
privateslot

Definition at line 107 of file FrmViewServer.cpp.

◆ slotDisconnected

void CFrmViewServer::slotDisconnected ( const QString &  szIp,
const quint16  port 
)
privateslot

Definition at line 91 of file FrmViewServer.cpp.

Member Data Documentation

◆ m_ModelConnect

QStandardItemModel CFrmViewServer::m_ModelConnect
private

Definition at line 40 of file FrmViewServer.h.

◆ m_plbConnectCount

QLabel* CFrmViewServer::m_plbConnectCount
private

Definition at line 41 of file FrmViewServer.h.

◆ m_pToolBar

QToolBar* CFrmViewServer::m_pToolBar
private

Definition at line 38 of file FrmViewServer.h.

◆ m_ptvClients

QTableView* CFrmViewServer::m_ptvClients
private

Definition at line 39 of file FrmViewServer.h.

◆ m_Stats

CStatsSever CFrmViewServer::m_Stats
private

Definition at line 42 of file FrmViewServer.h.


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