Home
last modified time | relevance | path

Searched refs:TextImp (Results 1 – 18 of 18) sorted by relevance

/dports/math/kig/kig-21.12.3/objects/
H A Dtext_imp.cc10 TextImp::TextImp( const QString& text, const Coordinate& loc, bool frame ) in TextImp() function in TextImp
15 TextImp* TextImp::copy() const in copy()
17 return new TextImp( mtext, mloc ); in copy()
20 TextImp::~TextImp() in ~TextImp()
24 Coordinate TextImp::attachPoint() const in attachPoint()
51 bool TextImp::valid() const in valid()
56 int TextImp::numberOfProperties() const in numberOfProperties()
79 return TextImp::stype(); in impRequirementForProperty()
102 QString TextImp::text() const in text()
125 bool TextImp::hasFrame() const in hasFrame()
[all …]
H A Dtext_imp.h13 class TextImp
27 TextImp( const QString& text, const Coordinate& loc, bool frame = false );
28 TextImp* copy() const override;
29 ~TextImp();
58 : public TextImp
62 typedef TextImp Parent;
79 : public TextImp
83 typedef TextImp Parent;
H A Dtext_type.cc48 return TextImp::stype(); in resultId()
86 return new TextImp( s, t, needframe ); in calc()
122 assert( ourobj.imp()->inherits( TextImp::stype() ) ); in moveReferencePoint()
123 return static_cast<const TextImp*>( ourobj.imp() )->coordinate(); in moveReferencePoint()
185 const TextImp* ti = static_cast<const TextImp*>( c.imp() ); in executeAction()
H A Dobject_imp.h19 class TextImp; variable
57 virtual void visit( const TextImp* imp );
H A Dobject_imp.cc100 void ObjectImpVisitor::visit( const TextImp* ) in visit() argument
H A Dobject_imp_factory.cc143 else if( d.inherits( TextImp::stype() ) ) in serialize()
145 QString text = static_cast<const TextImp&>( d ).text(); in serialize()
/dports/math/kig/kig-21.12.3/filters/
H A Dasyexporterimpvisitor.h44 void visit( const TextImp* imp ) override;
H A Dpgfexporterimpvisitor.h46 void visit( const TextImp* imp ) override;
H A Dxfigexporter.cc102 void visit( const TextImp* imp ) override;
222 void XFigExportImpVisitor::visit( const TextImp* imp ) in visit()
H A Dlatexexporter.cc96 void visit( const TextImp* imp ) override;
331 void PSTricksExportImpVisitor::visit( const TextImp* imp ) in visit()
H A Dpgfexporterimpvisitor.cc237 void PGFExporterImpVisitor::visit( const TextImp* imp ) in visit()
H A Dasyexporterimpvisitor.cc252 void AsyExporterImpVisitor::visit( const TextImp* imp ) in visit()
/dports/math/kig/kig-21.12.3/modes/popup/
H A Dpopup.cc87 monlylabels &= objs[i]->imp()->inherits( TextImp::stype() ); in NormalModePopupObjects()
/dports/math/kig/kig-21.12.3/modes/
H A Dconstruct_mode.cc433 TextImp ti( outputtext, w.fromScreen( p + QPoint( - 40, 30 ) ), test_has_frame_dflt ); in handlePrelim()
538TextImp ti( static_cast<const TestResultImp*>( mresult->imp() )->data(), loc, test_has_frame_dflt … in mouseMoved()
H A Dlabel.cc484 assert( label->imp()->inherits( TextImp::stype() ) ); in TextLabelRedefineMode()
/dports/math/kig/kig-21.12.3/
H A DDESIGN149 2.1.1 TextImp
151 First of all, there is the TextImp class. It is an ObjectImp (
162 code specifying how to calculate a TextImp from its parents, and for
H A DChangeLog1395 * Make a TextImp transformable by simply transforming its
/dports/math/kig/kig-21.12.3/misc/
H A Dspecial_constructors.cc986 TextImp text = TextImp( QStringLiteral("(5,2)"), where, false ); in handlePrelim()
995 text = TextImp( QStringLiteral( "(%1)" ).arg(i), where, false ); in handlePrelim()