/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef NSDRAGSERVICEPROXY_H #define NSDRAGSERVICEPROXY_H
#include"nsBaseDragService.h"
class nsDragSessionProxy : public nsBaseDragSession { public:
NS_INLINE_DECL_REFCOUNTING_INHERITED(nsDragSessionProxy, nsBaseDragSession)
// The source for this drag. This is null if the source is a different // application or drag session.
nsWeakPtr mSourceBrowser; // The target for this drag. This is null if the target is a different // application or drag session.
nsWeakPtr mTargetBrowser;
};
class nsDragServiceProxy : public nsBaseDragService { public:
NS_INLINE_DECL_REFCOUNTING_INHERITED(nsDragServiceProxy, nsBaseDragService)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.