#include "rcdiscover/wol.h"
#include "rcdiscover/utils.h"
#include "discover-frame.h"
#include "discover-thread.h"
#include "event-ids.h"
#include "reset-dialog.h"
#include "force-ip-dialog.h"
#include "reconnect-dialog.h"
#include "about-dialog.h"
#include "resources.h"
#include <memory>
#include <sstream>
#include <algorithm>
#include <wx/frame.h>
#include <wx/dataview.h>
#include <wx/button.h>
#include <wx/animate.h>
#include <wx/mstream.h>
#include <wx/menu.h>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/clipbrd.h>
#include <wx/dc.h>
#include <wx/msgdlg.h>
#include <wx/html/helpctrl.h>
#include <wx/cshelp.h>
#include <wx/statline.h>
#include <wx/persist/toplevel.h>
#include "resources/logo_128.xpm"
#include "resources/logo_32_rotate.h"
Go to the source code of this file.
|
static bool | isMadeByRc (const wxVector< wxVariant > &device) |
|
static bool | isMadeByRc (const wxDataViewListCtrl &device_list, unsigned int row) |
|
static bool | isRcVisard (const wxVector< wxVariant > &device) |
|
static bool | isRcVisard (const wxDataViewListCtrl &device_list, unsigned int row) |
|
static bool isMadeByRc |
( |
const wxVector< wxVariant > & |
device | ) |
|
|
static |
static bool isMadeByRc |
( |
const wxDataViewListCtrl & |
device_list, |
|
|
unsigned int |
row |
|
) |
| |
|
static |
static bool isRcVisard |
( |
const wxVector< wxVariant > & |
device | ) |
|
|
static |
static bool isRcVisard |
( |
const wxDataViewListCtrl & |
device_list, |
|
|
unsigned int |
row |
|
) |
| |
|
static |