A C D E F G H I L M N O P Q R S T W 
All Classes All Packages

Q

QRCode - Class in com.project.lordofthewings.Models.QRcode
Class to model a QRCode object in the game.
QRCode(String) - Constructor for class com.project.lordofthewings.Models.QRcode.QRCode
Primary Constructor for the QRCode Class to create the object when first scanned using a camera.
QRCode(String, int) - Constructor for class com.project.lordofthewings.Models.QRcode.QRCode
Constructor to recreate a QRCode object from the database
QRCode(String, LatLng) - Constructor for class com.project.lordofthewings.Models.QRcode.QRCode
Secondary Constructor for the QRCode Class to recreate an already scanned QRCode using a known hash value.
QRCodeArrayAdapter - Class in com.project.lordofthewings.Controllers
Custom Array Adapter for a list of QRCode objects to be displayed in a ListView throughout the app.
QRCodeArrayAdapter(Context) - Constructor for class com.project.lordofthewings.Controllers.QRCodeArrayAdapter
 
QRCodeCallback - Interface in com.project.lordofthewings.Models.QRLocation
Interface for callback functions for the QRCode Location
QRCodePage - Class in com.project.lordofthewings.Views
Class to display all the relevant information of a QRCode Object after scan
QRCodePage() - Constructor for class com.project.lordofthewings.Views.QRCodePage
 
QRCodePageTests - Class in com.project.lordofthewings
 
QRCodePageTests() - Constructor for class com.project.lordofthewings.QRCodePageTests
 
QRCodeScan - Class in com.project.lordofthewings.Views.CameraPages
Class to handle the QRCode Scanning Activity and it's related functions.
QRCodeScan() - Constructor for class com.project.lordofthewings.Views.CameraPages.QRCodeScan
 
QRCodeTest - Class in com.project.lordofthewings
Test Suite to do Unit Testing on the QRCode Class
QRCodeTest() - Constructor for class com.project.lordofthewings.QRCodeTest
 
QRLocation - Class in com.project.lordofthewings.Models.QRLocation
Class that models the location of all the scanned QR codes in the game Also handles all location based operations between the QR code objects and the map
QRLocation(FirebaseFirestore, MapsActivity) - Constructor for class com.project.lordofthewings.Models.QRLocation.QRLocation
 
QRLocation(QRCodeCallback, MapsActivity) - Constructor for class com.project.lordofthewings.Models.QRLocation.QRLocation
Constructor for QRLocation class
QRLocationUnitTest - Class in com.project.lordofthewings
 
QRLocationUnitTest() - Constructor for class com.project.lordofthewings.QRLocationUnitTest
 
A C D E F G H I L M N O P Q R S T W 
All Classes All Packages