• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kviewshell

textBox.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Class: textBox
00004 //
00005 // Part of KDVI- A previewer for TeX DVI files.
00006 //
00007 // (C) 2004-2005 Stefan Kebekus. Distributed under the GPL.
00008 
00009 
00010 #ifndef _textbox_h_
00011 #define _textbox_h_
00012 
00013 #include <qrect.h>
00014 #include <qstring.h>
00015 
00028 class TextBox
00029 {
00030 public:
00035   TextBox() {}
00036 
00044   TextBox(const QRect& re, const QString& lT): box(re), text(lT) {}
00045 
00054   QRect    box;
00055 
00060   QString  text;
00061 };
00062 
00063 
00064 
00065 #endif

kviewshell

Skip menu "kviewshell"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • kviewshell
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal