|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package edu.jhu.cs.oose.elevel.AdvancedEditCard |
|---|
| Class edu.jhu.cs.oose.elevel.AdvancedEditCard.DrawingGraphicsScene extends com.trolltech.qt.gui.QGraphicsScene implements Serializable |
|---|
serialVersionUID: 8399101110101L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException,
ClassCastException
IOException
ClassNotFoundException
ClassCastException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
boolean selectMode
boolean isModified
int myPenWidth
boolean centerText
DrawingItem drawingItem
| Package edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop |
|---|
| Class edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop.DragDropEllipse extends com.trolltech.qt.gui.QGraphicsEllipseItem implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
com.trolltech.qt.core.QPointF oldP
com.trolltech.qt.core.QRectF oldRect
boolean clicked
boolean adjustSize
boolean adjustBottom
boolean adjustTop
boolean adjustRight
boolean adjustLeft
| Class edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop.DragDropLine extends com.trolltech.qt.gui.QGraphicsLineItem implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
com.trolltech.qt.QSignalEmitter.Signal1<A> moveItem
com.trolltech.qt.QSignalEmitter.Signal1<A> resizeItem
com.trolltech.qt.core.QPointF oldP
com.trolltech.qt.gui.QLineF oldLine
boolean adjustSizeP1
boolean adjustSizeP2
boolean adjustSize
boolean clicked
| Class edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop.DragDropPixmap extends com.trolltech.qt.gui.QGraphicsPixmapItem implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
com.trolltech.qt.QSignalEmitter.Signal1<A> moveItem
com.trolltech.qt.QSignalEmitter.Signal1<A> resizeItem
com.trolltech.qt.core.QRectF oldRect
com.trolltech.qt.core.QPointF oldP
com.trolltech.qt.core.QPointF oldMouse
boolean clicked
boolean adjustSize
boolean adjustSizeTL
boolean adjustSizeTR
boolean adjustSizeBL
boolean adjustSizeBR
| Class edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop.DragDropRect extends com.trolltech.qt.gui.QGraphicsRectItem implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
com.trolltech.qt.QSignalEmitter.Signal1<A> moveItem
com.trolltech.qt.QSignalEmitter.Signal1<A> resizeItem
com.trolltech.qt.core.QPointF oldP
com.trolltech.qt.core.QRectF oldRect
boolean adjustSize
boolean adjustSizeTL
boolean adjustSizeTR
boolean adjustSizeBL
boolean adjustSizeBR
boolean clicked
| Class edu.jhu.cs.oose.elevel.AdvancedEditCard.dragDrop.FocusableTextItem extends com.trolltech.qt.gui.QGraphicsTextItem implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Package edu.jhu.cs.oose.elevel.dataModel |
|---|
| Class edu.jhu.cs.oose.elevel.dataModel.Card extends Object implements Serializable |
|---|
serialVersionUID: 67658268L
| Serialized Fields |
|---|
String title
String representing the title of the card
CardSection question
CardSection representing the question associated with this Card
CardSection answer
CardSection representing the answer associated with this Card
CardSection hint
CardSection representing a hint associated with this Card
CardSection additionalInfo
CardSection representing additional information associated with this Card
int ID
int representing a unique identifier for this card. Note: this field is "package protected"
(when no explicit modifier is given). This is the desired behavior for this field. We only want Card, Deck, and
TestStat to be able to modify a card's id.
Map<K,V> options
Map representing the card's options
| Class edu.jhu.cs.oose.elevel.dataModel.CardSection extends Object implements Serializable |
|---|
serialVersionUID: 83696784737978L
| Serialized Fields |
|---|
DrawingGraphicsScene scene
DrawingGraphicsScene containing the multimedia in this CardSection
String text
String representation of the contents of this CardSection,
set if the only object is a text box
boolean hasText
true if the CardSection has text
| Class edu.jhu.cs.oose.elevel.dataModel.Deck extends Object implements Serializable |
|---|
serialVersionUID: 68696775L
| Serialized Fields |
|---|
String diskLocation
Deck on disk
String name
Deck
List<E> testStats
Deck, compiled over time
List<E> cards
Deck
int cardIdIterator
boolean hasChanged
| Class edu.jhu.cs.oose.elevel.dataModel.TestStat extends Object implements Serializable |
|---|
serialVersionUID: 8469838483846584L
| Serialized Fields |
|---|
int numAnswered
int numCorrect
List<E> incorrectlyAnswered
Date date
int duration
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||