Workout With Friends
Stay fit with a little motivation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Properties
Class Hierarchy
Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
4
]
wowf.models.challenge._Challenge
Used for SQLAlchemys joined table inheritance (polymorphism)
wowf.models.challenge.DeviceChallenge
Base class for all challenges which require the use of a heart rate device
wowf.models.challenge.EnduranceChallenge
wowf.models.challenge.SpeedChallenge
wowf.models.challenge.WeightChallenge
Base class for all weight related challenges
wowf.models.challenge.BenchPressChallenge
wowf.models.challenge.SquatChallenge
wowf.models.notification._Notification
wowf.models.notification.AcceptedChallengeNotification
wowf.models.notification.DeniedChallengeNotification
wowf.models.notification.NewBuddyNotification
wowf.models.notification.RequestedChallengeNotification
wowf.models.notification.UploadedWorkoutNotification
wowf.models.workout._Workout
wowf.models.workout.DeviceWorkout
Base class for all workouts which require the use of a heart rate device
wowf.models.workout.EnduranceWorkout
wowf.models.workout.SpeedWorkout
wowf.models.workout.WeightWorkout
Base class for all weight related workouts
wowf.models.workout.BenchPressWorkout
wowf.models.workout.SquatWorkout
wowf.lib.auth.Auth
wowf.scripts.BaseCommand
wowf.scripts.adduser.AddUserCommand
wowf.scripts.cleanup.CleanupCommand
wowf.scripts.indexer.UpdateIndexesCommand
wowf.scripts.initializedb.InitializeDBCommand
wowf.scripts.sendinvite.SendInviteCommand
wowf.lib.predicates.BasePredicate
wowf.lib.predicates.LoggedIn
View predicate to check whether user is logged in
wowf.lib.predicates.RequestMethod
Context found subscriber predicate to check against request method
wowf.lib.predicates.RouteName
Context found subscriber predicate to check against route name
wowf.tests.BaseUnitTestCase
wowf.tests.test_forms.BaseFormTestCase
wowf.tests.test_lib.AuthTestCase
wowf.tests.test_lib.UtilsTestCase
wowf.tests.test_models.BaseModelTestCase
wowf.tests.test_models.SpeedChallengeModelTestCase
wowf.tests.test_models.UserModelTestCase
wowf.views.BaseView
wowf.views.account.ChangePasswordView
wowf.views.account.RequestPasswordView
wowf.views.account.ResetPasswordView
wowf.views.account.UpdateProfileView
wowf.views.challenge.ChallengeView
wowf.views.challenge.CreateChallengeView
wowf.views.error.CatchAllView
wowf.views.error.ForbiddenView
wowf.views.error.NotFoundView
wowf.views.home.DashboardView
wowf.views.home.HomeView
wowf.views.search.SearchView
wowf.views.user.LoginView
wowf.views.user.LogoutView
wowf.views.user.NotificationView
wowf.views.user.ProfileView
wowf.views.user.RegisterView
wowf.views.user.SendInviteView
wowf.lib.fields.EmailField
HTML5 email input type for email fields
wowf.lib.widgets.EmailInput
wowf.lib.validators.FileRequired
Makes sure a file was selected and uploaded
wowf.lib.validators.FileType
Makes sure a file is of the proper type
wowf.forms.Form
Updated form object, which accepts a state variable to assist in more complex validation
wowf.forms.challenge.AcceptDenyChallengeForm
wowf.forms.challenge.CreateChallengeForm
wowf.forms.challenge.CreateDeviceChallengeForm
wowf.forms.challenge.CreateEnduranceChallengeForm
wowf.forms.challenge.CreateSpeedChallengeForm
wowf.forms.challenge.CreateWeightChallengeForm
wowf.forms.challenge.CreateBenchPressChallengeForm
wowf.forms.challenge.CreateSquatChallengeForm
wowf.forms.search.SearchForm
wowf.forms.search.SearchUserForm
wowf.forms.user.AddBuddyForm
wowf.forms.user.AddRemoveBuddyForm
wowf.forms.user.ChangePasswordForm
wowf.forms.user.ConfirmNotificationsForm
wowf.forms.user.LoginForm
wowf.forms.user.RemoveBuddyForm
wowf.forms.user.ResetPasswordForm
wowf.forms.user.SendInviteForm
wowf.forms.user.UserForm
wowf.forms.user.RegistrationForm
wowf.forms.user.UpdateProfileForm
wowf.forms.workout.UploadWorkoutForm
wowf.forms.workout.UploadDeviceWorkoutForm
wowf.forms.workout.UploadEnduranceWorkoutForm
wowf.forms.workout.UploadSpeedWorkoutForm
wowf.forms.workout.UploadWeightWorkoutForm
wowf.forms.workout.UploadBenchPressWorkoutForm
wowf.forms.workout.UploadSquatWorkoutForm
wowf.lib.fulltext.FulltextBase
Adds support for fulltext searching to SQLAlchemy's Base object
wowf.models.meta.Base
wowf.models.challenge.Challenge
Base class for ALL challenges
wowf.models.challenge.BenchPressChallenge
wowf.models.challenge.EnduranceChallenge
wowf.models.challenge.SpeedChallenge
wowf.models.challenge.SquatChallenge
wowf.models.lookup_tables.ChallengeType
wowf.models.lookup_tables.Group
wowf.models.lookup_tables.NotificationType
wowf.models.notification.Notification
wowf.models.notification.AcceptedChallengeNotification
wowf.models.notification.DeniedChallengeNotification
wowf.models.notification.NewBuddyNotification
wowf.models.notification.RequestedChallengeNotification
wowf.models.notification.UploadedWorkoutNotification
wowf.models.pivot_tables.Buddy
Pivot table between users and the users they follow
wowf.models.pivot_tables.UserChallenge
Pivot table between users and the challenges they are in
wowf.models.pivot_tables.UserGroup
Pivot table between users and the groups they belong to
wowf.models.pivot_tables.UserNotification
Pivot table between users and the notifications they should receive
wowf.models.user.User
wowf.models.workout.Workout
wowf.models.workout.BenchPressWorkout
wowf.models.workout.EnduranceWorkout
wowf.models.workout.SpeedWorkout
wowf.models.workout.SquatWorkout
wowf.lib.types.JSONString
wowf.models.lookup_tables.Lookup
wowf.models.lookup_tables.ChallengeType
wowf.models.lookup_tables.Group
wowf.models.lookup_tables.NotificationType
wowf.lib.pagination.Page
wowf.lib.pagination.Pager
Utility class to calculate pagination offset from page and limit
wowf.lib.requests.RequestFactory
wowf.lib.resources.RootFactory
wowf.lib.utils.Storage
Generic container class
wowf.config.Settings
Storage container for settings, which attempts to guess the type, e.g., number, boolean, etc
wowf.forms.State
Storage object to pass state to forms for more complex validation
wowf.lib.image.StoredImage
Utility class for thumbnailed images, used to access both the original as well as all thubnail versions of the image
wowf.models.tokens.Token
wowf.models.tokens.InviteToken
Invite new user token
wowf.models.tokens.LoginToken
Remember me login token
wowf.models.tokens.PasswordToken
Reset password token
wowf.lib.validators.Unique
Makes sure that a field does not already exist in the database
wowf.lib.validators.Exists
Makes sure that a field exists in the database
wowf.lib.validators.ValidLogin
Makes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login
wowf.lib.fulltext.WhooshSchema
Very generic indexing schema
Generated on Sat Dec 15 2012 14:59:10 for Workout With Friends by
1.8.1.2