WSF
src
wizard
lib
source
editor
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
18
namespace
wizard
19
{
20
class
TextStyler
21
{
22
public
:
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
wizard::TextStyler
Definition
TextStyler.hpp:21
wizard::TextStyler::SetTextFormat
virtual void SetTextFormat(size_t aStart, size_t aCount, const QTextCharFormat &aFmt)=0
wizard::TextStyler::MergeTextFormat
virtual void MergeTextFormat(size_t aStart, size_t aCount, const QTextCharFormat &aFmt)=0
wizard
Definition
Runner.hpp:22
Copyrights Multiple, All Rights Reserved