2 * Copyright 2013, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
18 TYPE_PATH_WITH_LINE_AND_COLUMN
23 HyperLink(const BString
& address
, Type type
);
24 HyperLink(const BString
& text
,
25 const BString
& address
, Type type
);
27 bool IsValid() const { return !fAddress
.IsEmpty(); }
29 const BString
& Text() const { return fText
; }
30 const BString
& Address() const { return fAddress
; }
31 Type
GetType() const { return fType
; }
42 #endif // HYPER_LINK_H