• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Generic Shell
 

KDevelop Generic Shell

  • src
splashscreen.h
1 
2 #ifndef _SPLASHSCREEN_H_
3 #define _SPLASHSCREEN_H_
4 
5 #include <tqsplashscreen.h>
6 #include <tqpainter.h>
7 #include <tqlabel.h>
8 
9 class TQPixmap;
10 
14 class KDevSplashScreen : public TQSplashScreen
15 {
16 Q_OBJECT
17 
18 
19 public:
20  KDevSplashScreen(const TQPixmap& pixmap, WFlags f = 0);
21  virtual ~KDevSplashScreen();
22 
23 protected:
24  void drawContents (TQPainter * painter);
25 
26 public slots:
27  void animate();
28  void message( const TQString &str, int flags = AlignLeft,
29  const TQColor &color = black );
30 
31 private:
32  int state;
33  int progress_bar_size;
34  TQString m_string;
35 
36 };
37 
38 #endif
39 
KDevSplashScreen
Splash screen.
Definition: splashscreen.h:14

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Generic Shell by doxygen 1.8.13
This website is maintained by Timothy Pearson.