Albert
Loading...
Searching...
No Matches
urlhandler.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2025 Manuel Schneider
2
3
#pragma once
4
#include <albert/export.h>
5
#include <
albert/extension.h
>
6
class
QUrl;
7
8
namespace
albert
9
{
10
class
ALBERT_EXPORT
UrlHandler
:
virtual
public
Extension
11
{
12
public
:
13
14
virtual
void
handle
(
const
QUrl&) = 0;
15
16
protected
:
17
18
~UrlHandler
()
override
;
19
};
20
}
albert::Extension
Abstract extension class.
Definition
extension.h:19
albert::UrlHandler
Definition
urlhandler.h:11
albert::UrlHandler::handle
virtual void handle(const QUrl &)=0
albert::UrlHandler::~UrlHandler
~UrlHandler() override
extension.h
albert
Definition
action.h:10
workspace
albert
include
albert
urlhandler.h
Generated by
1.9.8