Mobile API Reference
MicroStrategy 2019
DSSSecondClassObject.h
Go to the documentation of this file.
1
/*
2
* DSSSecondClassObject.h
3
* DashboardViewer
4
*
5
* Created by Luo Ming on 10-1-4.
6
* Copyright 2010 __MyCompanyName__. All rights reserved.
7
*
8
*/
9
10
#ifndef SECOND_CLASS_OBJECT_H
11
#define SECOND_CLASS_OBJECT_H
12
13
#include "stddef.h"
14
#include "
DSSObjectInfo.h
"
15
16
class
DSSSecondClassObject
17
{
18
protected
:
19
DSSObjectContext
*
mpObjectContext
;
20
21
public
:
22
DSSSecondClassObject
();
23
virtual
~DSSSecondClassObject
();
24
DSSSecondClassObject
(
DSSObjectContext
* ipObjectContext);
25
DSSObjectContext
*
getObjectContext
();
26
};
27
28
#endif
DSSSecondClassObject::DSSSecondClassObject
DSSSecondClassObject()
DSSSecondClassObject::~DSSSecondClassObject
virtual ~DSSSecondClassObject()
DSSObjectInfo.h
DSSSecondClassObject::mpObjectContext
DSSObjectContext * mpObjectContext
Definition:
DSSSecondClassObject.h:19
DSSSecondClassObject
Definition:
DSSSecondClassObject.h:16
DSSObjectContext
Definition:
DSSObjectContext.h:272
DSSSecondClassObject::getObjectContext
DSSObjectContext * getObjectContext()
Users
vvitarello
Desktop
MobileSDKSourceFiles
DSSSecondClassObject.h
Generated by
1.8.14