WSF
TextStyler.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2018 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12
13#ifndef TEXTSTYLER_HPP
14#define TEXTSTYLER_HPP
15
16#include <QTextCharFormat>
17
18namespace wizard
19{
21{
22public:
23 virtual void SetTextFormat(size_t aStart, size_t aCount, const QTextCharFormat& aFmt) = 0;
24 virtual void MergeTextFormat(size_t aStart, size_t aCount, const QTextCharFormat& aFmt) = 0;
25};
26} // namespace wizard
27
28#endif
Definition TextStyler.hpp:21
virtual void SetTextFormat(size_t aStart, size_t aCount, const QTextCharFormat &aFmt)=0
virtual void MergeTextFormat(size_t aStart, size_t aCount, const QTextCharFormat &aFmt)=0
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved