The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Functions | Variables
open.cpp File Reference
#include "desktop/open.hpp"
#include "log.hpp"
#include "serialization/unicode.hpp"
Include dependency graph for open.cpp:

Go to the source code of this file.

Namespaces

 desktop
 

Macros

#define ERR_DU   LOG_STREAM(err, log_desktop)
 
#define LOG_DU   LOG_STREAM(info, log_desktop)
 

Functions

bool desktop::open_object_is_supported ()
 Returns whether open_object() is supported/implemented for the current platform. More...
 
bool desktop::open_object (const std::string &path_or_url)
 Opens the specified object with the default application configured for its type. More...
 

Variables

static lg::log_domain log_desktop ("desktop")
 

Macro Definition Documentation

#define ERR_DU   LOG_STREAM(err, log_desktop)

Definition at line 39 of file open.cpp.

Referenced by desktop::open_object().

#define LOG_DU   LOG_STREAM(info, log_desktop)

Definition at line 40 of file open.cpp.

Referenced by desktop::open_object().

Variable Documentation

lg::log_domain log_desktop("desktop")
static