SeExpr
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
ui
ExprPopupDoc.h
Go to the documentation of this file.
1
/*
2
* Copyright Disney Enterprises, Inc. All rights reserved.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License
6
* and the following modification to it: Section 6 Trademarks.
7
* deleted and replaced with:
8
*
9
* 6. Trademarks. This License does not grant permission to use the
10
* trade names, trademarks, service marks, or product names of the
11
* Licensor and its affiliates, except as required for reproducing
12
* the content of the NOTICE file.
13
*
14
* You may obtain a copy of the License at
15
* http://www.apache.org/licenses/LICENSE-2.0
16
*/
17
#ifndef _ExprPopupDoc_h_
18
#define _ExprPopupDoc_h
19
20
#include <QtGui/QWidget>
21
22
class
QLabel;
23
class
ExprPopupDoc
:
public
QWidget
24
{
25
Q_OBJECT;
26
27
public
:
28
QLabel*
label
;
29
ExprPopupDoc
(QWidget* parent,
const
QPoint& cr,
const
QString& msg);
30
31
protected
:
32
void
mousePressEvent
( QMouseEvent * event );
33
};
34
35
#endif
ExprPopupDoc::label
QLabel * label
Definition:
ExprPopupDoc.h:25
ExprPopupDoc
Definition:
ExprPopupDoc.h:23
ExprPopupDoc::ExprPopupDoc
ExprPopupDoc(QWidget *parent, const QPoint &cr, const QString &msg)
Definition:
ExprPopupDoc.cpp:21
ExprPopupDoc::mousePressEvent
void mousePressEvent(QMouseEvent *event)
Definition:
ExprPopupDoc.cpp:38
Generated by
1.8.5