![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <ScreenSetupModel.h>


Signals | |
| void | screensChanged () |
Public Member Functions | |
| ScreenSetupModel (ScreenList &screens, int numColumns, int numRows) | |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
| int | rowCount () const |
| int | columnCount () const |
| int | rowCount (const QModelIndex &) const override |
| int | columnCount (const QModelIndex &) const override |
| Qt::DropActions | supportedDropActions () const override |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| QStringList | mimeTypes () const override |
| QMimeData * | mimeData (const QModelIndexList &indexes) const override |
| bool | isFull () const |
Static Public Member Functions | |
| static const QString & | mimeType () |
Protected Member Functions | |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override |
| const Screen & | screen (const QModelIndex &index) const |
| Screen & | screen (const QModelIndex &index) |
| const Screen & | screen (int column, int row) const |
| Screen & | screen (int column, int row) |
| void | addScreen (const Screen &newScreen) |
Friends | |
| class | ScreenSetupView |
| class | ServerConfigDialog |
| ScreenSetupModel::ScreenSetupModel | ( | ScreenList & | screens, |
| int | numColumns, | ||
| int | numRows ) |
|
protected |
|
inline |
|
inlineoverride |
|
override |
|
overrideprotected |
|
override |
| bool ScreenSetupModel::isFull | ( | ) | const |
|
override |
|
inlinestatic |
|
override |
|
inline |
|
inlineoverride |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
signal |
|
override |
|
friend |
|
friend |