| AddOrUpdateVote(const CBudgetVote &vote, std::string &strError) | CBudgetProposal | |
| address | CBudgetProposal | protected |
| CBudgetManager class | CBudgetProposal | friend |
| CBudgetProposal() | CBudgetProposal | |
| CBudgetProposal(const std::string &name, const std::string &url, int paycount, const CScript &payee, const CAmount &amount, int blockstart, const uint256 &nfeetxhash) | CBudgetProposal | |
| CheckAddress() | CBudgetProposal | private |
| CheckAmount(const CAmount &nTotalBudget) | CBudgetProposal | private |
| CheckStartEnd() | CBudgetProposal | private |
| CheckStrings() | CBudgetProposal | private |
| fValid | CBudgetProposal | private |
| GetAbstains() const | CBudgetProposal | inline |
| GetAllotted() const | CBudgetProposal | inline |
| GetAmount() const | CBudgetProposal | inline |
| GetBlockCycle(int nCurrentHeight) | CBudgetProposal | static |
| GetBlockEnd() const | CBudgetProposal | inline |
| GetBlockEndCycle() const | CBudgetProposal | |
| GetBlockStart() const | CBudgetProposal | inline |
| GetBlockStartCycle() const | CBudgetProposal | |
| GetBroadcast() const | CBudgetProposal | |
| GetFeeTXHash() const | CBudgetProposal | inline |
| GetHash() const | CBudgetProposal | inline |
| GetName() const | CBudgetProposal | inline |
| GetNays() const | CBudgetProposal | inline |
| GetPayee() const | CBudgetProposal | inline |
| GetRatio() const | CBudgetProposal | |
| GetRemainingPaymentCount(int nCurrentHeight) const | CBudgetProposal | |
| GetTotalPaymentCount() const | CBudgetProposal | |
| GetURL() const | CBudgetProposal | inline |
| GetVoteCount(CBudgetVote::VoteDirection vd) const | CBudgetProposal | |
| GetVotes() const | CBudgetProposal | inline |
| GetVotesArray() const | CBudgetProposal | |
| GetYeas() const | CBudgetProposal | inline |
| IsEstablished() const | CBudgetProposal | |
| IsExpired(int nCurrentHeight) const | CBudgetProposal | |
| IsHeavilyDownvoted(int mnCount) | CBudgetProposal | private |
| IsInvalidLogStr() const | CBudgetProposal | inline |
| IsInvalidReason() const | CBudgetProposal | inline |
| IsPassing(int nBlockStartBudget, int nBlockEndBudget, int mnCount) const | CBudgetProposal | |
| IsValid() const | CBudgetProposal | inline |
| IsWellFormed(const CAmount &nTotalBudget) | CBudgetProposal | |
| mapVotes | CBudgetProposal | protected |
| nAllotted | CBudgetProposal | private |
| nAmount | CBudgetProposal | protected |
| nBlockEnd | CBudgetProposal | protected |
| nBlockStart | CBudgetProposal | protected |
| nFeeTXHash | CBudgetProposal | protected |
| nTime | CBudgetProposal | |
| operator==(const CBudgetProposal &other) const | CBudgetProposal | inline |
| operator>(const CBudgetProposal &other) const | CBudgetProposal | inline |
| ParseBroadcast(CDataStream &broadcast) | CBudgetProposal | |
| PtrHigherYes(CBudgetProposal *a, CBudgetProposal *b) | CBudgetProposal | inlinestatic |
| Relay() | CBudgetProposal | |
| SERIALIZE_METHODS(CBudgetProposal, obj) | CBudgetProposal | inline |
| SetAllotted(CAmount nAllottedIn) | CBudgetProposal | inline |
| SetFeeTxHash(const uint256 &txid) | CBudgetProposal | inline |
| SetStrInvalid(const std::string &_strInvalid) | CBudgetProposal | inline |
| SetSynced(bool synced) | CBudgetProposal | |
| strInvalid | CBudgetProposal | private |
| strProposalName | CBudgetProposal | protected |
| strURL | CBudgetProposal | protected |
| SyncVotes(CNode *pfrom, bool fPartial, int &nInvCount) const | CBudgetProposal | |
| updateExpired(int nCurrentHeight) | CBudgetProposal | private |
| UpdateValid(int nHeight, int mnCount) | CBudgetProposal | |