代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/453291/7422853
h annotation.h
#ifndef ANNOTATION_H
#define ANNOTATION_H
#include
class Annotation : public QGraphicsItem
{
public:
Annotation(const QString &text, bool major = false);
void setText(const
www.eeworm.com/read/453291/7422861
cpp annotation.cpp
#include
#include
#include "annotation.h"
Annotation::Annotation(const QString &text, bool major)
{
font = qApp->font();
font.setBold(true);
if (major) {
font.set
www.eeworm.com/read/140727/5781615
h annotation.h
// file: $isip/class/mmedia/Annotation/Annotation.h
// version: $Id: Annotation.h,v 1.8 2002/11/24 16:43:36 gao Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_ANNOTATION
#define
www.eeworm.com/read/103451/6215753
h annotation.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/103451/6215792
cpp annotation.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/485607/6554887
h annotation.h
#ifndef ANNOTATION_H
#define ANNOTATION_H
#include
class Annotation : public QGraphicsItem
{
public:
Annotation(const QString &text, bool major = false);
void setText(const